-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in go get or go build #8
Comments
This bug has been fixed before, you can try it again. |
I'm having trouble too! What's up with this? |
The bug is still not fixed. Quick fix is:
Not sure what dialer is for. |
Should I fork it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error in go get or go build
go get -u -v gopkg.in/go-oauth2/redis.v3
# gopkg.in/go-oauth2/redis.v3 ..\..\gopath\pkg\mod\gopkg.in\go-oauth2\[email protected]\options.go:79:3: cannot use o.Dialer (type func(context.Context, string, string) (net.Conn, error)) as type func() (net.Conn, error) in field value
Related to this issue #7 error building go-oauth2 redis
Could anyone help fix this?
Thank you very much and have a good day!
The text was updated successfully, but these errors were encountered: