Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 265 Bytes

File metadata and controls

12 lines (11 loc) · 265 Bytes

GoBootstrap

A general golang REST application skeleton to bootstrap a project This provides a generic framework for golang repos going forward. Proivides abstraction for

  • Config
  • logger
  • DB
  • cache
  • http interface
  • unit testing

Uses repository pattern.