Closed jaisingh closed 10 years ago
Found a bug in the docs.
The way golang/oauth2 is referenced in line 12 does not work in my go version go1.3 darwin/amd64 . I get the following error:
$ go run test.go # command-line-arguments ./test.go:12: undefined: "github.com/martini-contrib/oauth2".Options
I had to create a new reference? to that library to get to the Options type. 0782b77c1066c63611d92b7f19ff7fa864ff2365
Fixed via e78e81feaca5d5bbb00fd2e0e1053fc900b513e9. Thanks for reporting.
Thanks!
Found a bug in the docs.
The way golang/oauth2 is referenced in line 12 does not work in my go version go1.3 darwin/amd64 . I get the following error:
I had to create a new reference? to that library to get to the Options type. 0782b77c1066c63611d92b7f19ff7fa864ff2365