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)