An open API service indexing awesome lists of open source software.

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

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
```