我正在将我的go文件服务器部署在ubuntu服务器上,但是当我运行go从我的$ GOPATH目录中获取cms-web-server时,出现以下错误:
src/cms-web-server/main.go:18:2: no buildable Go source files in $GOPATH/src/github.com/codegangsta/negroni
src/cms-web-server/main.go:19:2: no buildable Go source files in $GOPATH/src/github.com/gorilla/mux
src/cms-web-server/main.go:14:6: no buildable Go source files in $GOPATH/src/github.com/mattn/go-sqlite3
这很奇怪,因为好像我的GOPATH设置正确。我使用的软件包可能有问题吗?