Skip to content

alissonperez/golang-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go API template

Features

  • Dependency injection using Dig.
  • Hot reload using air.
  • Logging structure
  • Ready for auth with JWT
  • Lint with Go-Critic.

Steps:

Install cookiecutter.

Run cookiecutter

cookiecutter [this repo URL]

Enjoy!