#How to run application in Standard Go Project Layout
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
When I follow Standard Go Project Layout https://github.com/golang-standards/project-layout, I cannot use go run cmd/myapp or other commands saying package cmd/myapp is not in GOROOT (/path/to/myapp)
How do you deal with it?
Do you just use go run cmd/myapp/*.go?