You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run command go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway in my project , and project container file go.mod, then get errors, my project file go.mod container golang.org/x/lint, i guess they confiect,
but when i run this command in other directory without go.mod, it is successful, because it is installed my global env.
I still have a problem!
go: github.com/golang/[email protected]: parsing go.mod: unexpected module path "golang.org/x/lint"
go: finding grpc.go4.org latest
go get: error loading module requirements
go version:
go version go1.11.5 darwin/amd64
The text was updated successfully, but these errors were encountered: