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

https://github.com/songquanpeng/go-template

A template for Golang projects.
https://github.com/songquanpeng/go-template

Last synced: 5 months ago
JSON representation

A template for Golang projects.

Awesome Lists containing this project

README

          

# Go Template

> A simple template for Go projects.



license


release


release

## Features
- [x] CI for release
- [x] Config file
- [ ] Logging
- [ ] Metrics
- [ ] Tracing
- [ ] Health check
- [ ] Graceful shutdown

## Usages

```bash
# init config file
./go-template init
# run
./go-template
```