[BUG] no required module provides package
jiangjjl opened this issue · comments
jiangjjl commented
jiangjjl commented
Gabriel commented
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