We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
session, err := mgo.Dial("mongodb://user:login@localhost:27017")
the err returned sis no reachable server on go 1.19.2
any solution
The text was updated successfully, but these errors were encountered:
The GO version does not seems to affect mgo, but the mongodb version 6 does not seems to be supported
mgo
Sorry, something went wrong.
It may be related to go version. I tried fine on go 1.15, but get no reachable server on go 1.22.
no reachable server
@danchengash have tried on lower go version?
No branches or pull requests
session, err := mgo.Dial("mongodb://user:login@localhost:27017")
the err returned sis no reachable server on go 1.19.2
any solution
The text was updated successfully, but these errors were encountered: