https://github.com/alissonperez/golang-api-template
https://github.com/alissonperez/golang-api-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alissonperez/golang-api-template
- Owner: alissonperez
- Created: 2021-03-02T23:04:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T17:44:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T17:11:17.800Z (5 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Go API template
=========================## Features
- Dependency injection using [Dig](https://github.com/uber-go/dig).
- Hot reload using [air](https://github.com/cosmtrek/air).
- Logging structure
- Ready for auth with JWT
- Lint with [Go-Critic](https://github.com/go-critic/go-critic).## Steps:
### Install [cookiecutter](https://github.com/cookiecutter/cookiecutter).
### Run cookiecutter
```
cookiecutter [this repo URL]
```Enjoy!