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

oauth2.go:51: undefined: oauth2.Options #46

Open kmulvey opened 9 years ago

kmulvey commented 9 years ago
> go get github.com/martini-contrib/oauth2
# github.com/martini-contrib/oauth2
src/github.com/martini-contrib/oauth2/oauth2.go:51: undefined: oauth2.Options

> go run server.go 
# github.com/martini-contrib/oauth2
src/github.com/martini-contrib/oauth2/oauth2.go:51: undefined: oauth2.Options

> go version
go version go1.3.3 linux/amd64
weslleyandrade commented 9 years ago

I made a new pull request to fix. #45 suggest await the decision of @rakyll.