-
Notifications
You must be signed in to change notification settings - Fork 11
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
Always got connection timeout on MacOS #19
Comments
Thanks for reporting. |
This issue seems related to Go Mod. I'm new to Golang. If I make a new proejct that doesn't have go.mod file, then connection timeout issue doesn't occur |
I’ll try to update dependencies then. Might help. Thanks for the investigation |
The error message I got: |
I've updated dependencies. Can you please check again? If it doesn't work I'll try to make my old macbook boot. |
Thanks for your update. I finally have time to work on this. This time, timeout issue disappeared at sql.Open() but happpend at Query(): |
@8528868jeffrey did you resolve this problem? |
Works well on linux, but when I run my code from my macos laptop. I encountered this.
The text was updated successfully, but these errors were encountered: