hguerrerojaime/go-project-template ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Go starter project that I can use for new services, with everything set up so I do not need Go installed on my laptop.
I want to open it in VS Code, reopen it in a dev container, and have the whole dev environment run through Docker Compose. It should come with a basic Go app entry point, a Makefile with handy commands like test, build, fmt, vet, install deps, and a way to start the app with live reload inside the container. Please also include a way to rename the module path for a new repo, plus host side commands to start, stop, and tear down the dev environment.
Make sure it is easy to run in a container, forwards port 8080, and has a simple CI workflow that runs tests, vet, and build on pushes and pull requests. If you need to check current best practices for dev containers or Go tooling, look up the latest docs online.
Are you gonna build this?
make sure you review the code using arcumet