Use of the go get
command in order to obtain the package to our development environment:
$ go get github.com/gorilla/mux
import the mux package
Programming Language Notes, Tip and Tutorials
Use of the go get
command in order to obtain the package to our development environment:
$ go get github.com/gorilla/mux
import the mux package