Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 295 Bytes

go-server-starter

Golang server starter with Gin Tonic.

  • Creating this starter as a module
  • Using Go Mod
  • Handles CORS supporting Gin's trailing slash redirect feature
  • Enable configuration by envs using Viper
  • Supporting SSL for prod
  • Docker setup