A template for my Go projects.
- Configured linter (using golangci).
- Development environment (using devbox).
- Build and release automation (using goreleaser).
- Command-line and environment variable parser (using kong).
- Leveled logger with logfmt and json support (using slog).
- Taskfile with help, format, lint, test, and build targets.
- GitHub Actions for all of the above.