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
If all those files are in root folder of your project you could run the project with this command: go run .
If you are in the root folder but the main function is in another folder you could run something like: go run ./cmd/api
Is there an existing issue for this?
Current Behavior
This is my go.mod file, but I still can't find the package when I run the Go program.
This is my env
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: