# Go

## Bootstraping

* [Go-Blueprint](https://docs.go-blueprint.dev/) - Powerful CLI tool designed to streamline the process of creating Go projects with a robust and standardized structure.

## Testing

* [gotestsum](https://github.com/gotestyourself/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