对于包找不到的问题

1 对于程序中的GitHub包找不到的问题,会报错,只需执行go get -v -u github.com/gorilla/mux 后面跟上找不到的包名

cannot find package "github.com/gorilla/websocket" in any of:
/usr/local/Cellar/go/1.15.2/libexec/src/github.com/gorilla/websocket (from $GOROOT)
/Users/hanhua/go/src/github.com/gorilla/websocket (from $GOPATH)

https://stackoverflow.com/questions/41539909/cannot-find-package-github-com-gorilla-mux-in-any-of

 

posted on 2020-09-29 21:12  吃我一枪  阅读(500)  评论(0编辑  收藏  举报

导航