We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to fetch golang/lint because of unexpected module path error.
go get -u golang.org/x/oauth2/google ... go: finding github.com/golang/lint latest go: github.com/golang/[email protected]: parsing go.mod: unexpected module path "golang.org/x/lint" go get: error loading module requirements
Same issue is here. golang/lint#436
My go-lang version
go version go1.12.1 linux/amd64
The text was updated successfully, but these errors were encountered:
go version 1.11.6 also occurred.
Sorry, something went wrong.
I got success, I input go get command without -u as below.
go get
-u
go get golang.org/x/oauth2/google
Thank you.
No branches or pull requests
Unable to fetch golang/lint because of unexpected module path error.
Same issue is here.
golang/lint#436
My go-lang version
The text was updated successfully, but these errors were encountered: