You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Issue description
When creating a new project using
fiber new <args>
, thego.mod
doesn't contain the require modules.Expected Result
I expect to have a working and runnable fiber project
Possible fix
Run
go mod tidy
after thego mod init
in this lineThe text was updated successfully, but these errors were encountered: