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
Hi, I am trying to download the library into my workspace, however I tried with no sucess.
My current Golang installation is version go1.12.9 linux/amd64
From my project root path (the project is using go modules) I attempted to get the library but I get the next message:
Hi, I am trying to download the library into my workspace, however I tried with no sucess.
My current Golang installation is version
go1.12.9 linux/amd64
From my project root path (the project is using go modules) I attempted to get the library but I get the next message:
Later I tried outside the project directory but now I get:
can't load package: package github.com/golang/oauth2: code in directory /go/src/github.com/golang/oauth2 expects import "golang.org/x/oauth2"
I would like to know what is exactly happening and how can I fix it?
The text was updated successfully, but these errors were encountered: