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

https://github.com/alissonperez/golang-api-template


https://github.com/alissonperez/golang-api-template

Last synced: 3 months ago
JSON representation

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!