Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 423 Bytes

go-project-template

Project template with my opinionated choices applied

Starting a go project in 2024

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