Project template with my opinionated choices applied
- https://github.com/new - create your repo
cd <wherever> && gh repo clone MaerF0x0/go-project-template
- clone your repogo mod init github.com/<you>/<your-repo>
- go mod init the repogo mod tidy
- See the rest of this repo for examples of a way to work with Go in 2024 (my opinionated choices)