I am new to golang and I am trying to get a package but I get a strange error and can\'t seem to figure out what the problem is?
padlar@padlar:~/workspace-go$ ec
You are using go get on two different import paths. The new path,
go get
go get golang.org/x/oauth2
and the old path
go get github.com/golang/oauth2
This confuses the Go tool chain. Consistently use the new import path