As a Developer, one might want to bootstrap various types of application and/or project structures based upon different needs.
This will NOT be a 'One-Fit-All'-Solution.
Templates within this repository may be more like a base structure to start-off.
One may follow the official documentation: Experimenting with project templates.
Otherwise:
- Install gonew:
go install golang.org/x/tools/cmd/gonew@latest
- Use a template:
gonew github.com/PatrickLaabs/gonew-templates/simple-server example.com/simple-server
TBD