https://github.com/vrnvu/go-project-template
tigerbeetle style
https://github.com/vrnvu/go-project-template
Last synced: 10 months ago
JSON representation
tigerbeetle style
- Host: GitHub
- URL: https://github.com/vrnvu/go-project-template
- Owner: vrnvu
- Created: 2025-10-01T08:19:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T09:47:58.000Z (10 months ago)
- Last Synced: 2025-10-01T10:27:13.874Z (10 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
Awesome Lists containing this project
README
# Go Project Template
## Quick Start
```bash
# Setup
go run cmd/ci/main.go -setup
# Build and test
go run cmd/ci/main.go -build
go run cmd/ci/main.go -test
# Full test suite with coverage
go run cmd/ci/main.go -test-slow
```