Golang - Github Mux, context.go -> No such file or directory -
i want install mux bundle (go github.com/gorilla/mux
) errormessage
# github.com/gorilla/context open go/src/github.com/gorilla/context/context.go: no such file or directory
i have created directories github.com, gorilla , context on own. have no context.go file.... how can prepare it?
just install go get
:
$ go github.com/gorilla/context $ cd $gopath/src/github.com/gorilla/context/ ~/go/src/github.com/gorilla/context$ ls context.go context_test.go doc.go license readme.md
go mux
No comments:
Post a Comment