Go
Bootstraping
- Go-Blueprint - Powerful CLI tool designed to streamline the process of creating Go projects with a robust and standardized structure.
Testing
- gotestsum - runs tests using go test --json, prints formatted test output, and a summary of the test run. It is designed to work well for both local development, and for automation like CI