Skip to content

🐹 Go Template

A simple Go template for new projects with CI/CD, testing, and code quality tooling.

Repository: devantler-tech/go-template

  • CI/CD pipelines with GitHub Actions
  • Test projects and collect coverage with Codecov
  • Go Report Card integration
  • Dependency management with Renovate
Terminal window
# Clone the template
gh repo create my-project --template devantler-tech/go-template --public --clone
# Install dependencies
cd my-project && go mod tidy