-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
🤔 Go 1.15 cannot find v2 package #824
Labels
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
@liaohongxing how is your |
Try to use Go modules go mod init <app_name>
go mod tidy Related issue #788 |
Thanks, the problem has been resolved. |
I’m an expressjs developer, and I’m trying out golang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using "go run demo.go" in go1.15, it prompts that the package cannot be found
The text was updated successfully, but these errors were encountered: