You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
A general golang application skeleton to bootstrap a project