Closed gundalow closed 8 years ago
Test with a variety of Go versions oauth2 releases are on golang (even though code is on github) Found this when testing with go 1.4+
$ go get github.com/golang/oauth2 package github.com/golang/oauth2 imports github.com/golang/oauth2 imports github.com/golang/oauth2: code in directory /home/travis/gopath/src/github.com/golang/oauth2 expects import "golang.org/x/oauth2"
Patched this manually: merge conflicts arose from continuing work in different branches.
Test with a variety of Go versions oauth2 releases are on golang (even though code is on github) Found this when testing with go 1.4+