🐹 Go Template
A simple Go template for new projects with CI/CD, testing, and code quality tooling.
Repository: devantler-tech/go-template
Features
Section titled “Features”- CI/CD pipelines with GitHub Actions
- Test projects and collect coverage with Codecov
- Go Report Card integration
- Dependency management with Renovate
Getting Started
Section titled “Getting Started”# Clone the templategh repo create my-project --template devantler-tech/go-template --public --clone
# Install dependenciescd my-project && go mod tidy