Closed jiangjjl closed 1 month ago
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