/go_template

A template for my Go projects.

Primary LanguageGoApache License 2.0Apache-2.0

go_template

A template for my Go projects.

Features

  • Configured linter (using golangci).
  • Development dependency handling (using bingo).
  • Build and release automation (using goreleaser).
  • Benchmarks (using benchstat and benchdiff).
  • Command-line and environment variable parser (using kong).
  • Leveled logger with logfmt and json support (using go-kit/log).
  • Makefile with help, format, lint, test, bench, and build targets.
  • GitHub Actions for all of the above.