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.
- Host: GitHub
- URL: https://github.com/songquanpeng/go-template
- Owner: songquanpeng
- License: mit
- Created: 2023-04-11T02:53:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T13:22:39.000Z (over 2 years ago)
- Last Synced: 2025-02-26T09:38:29.881Z (8 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Template
> A simple template for Go projects.
## 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
```