Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.06 KB

GitHub DeepSource

Go starter template

A starter template for golang based web projects. The template follows convention over configuration pattern with focus on performance & ease of use

Notes about dependencies

The following packages are used to build the template:

Generate Swagger Docs

Best to add it as a part of your CI pipeline

Hot Reload

  • If you want to enable hot reload, install air
  • Run air start to start the api server

Using the template

TODO