martini-contrib / oauth2

[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
Apache License 2.0
125 stars 47 forks source link

Problem with "go get github.com/martini-contrib/oauth2" #35

Closed obetomuniz closed 10 years ago

obetomuniz commented 10 years ago

When I try get the oauth2 package the console return this for me:

$ go get github.com/martini-contrib/oauth2
# github.com/martini-contrib/oauth2
../../go/src/src/github.com/martini-contrib/oauth2/oauth2.go:181: not enough arguments in call to c.AuthCodeURL
dorongrinstein commented 10 years ago

I get the same issue

rakyll commented 10 years ago

b669555e1bcc5ee8e5148a12feeb2b031b1e1e76 fixes it.