# README
common package for Go (Gin + Gorm) APIs
Common
Introduction
A collection of reusable utilities for building APIs
Usage
# Published version
go get github.com/africhild/common
# Local development
git clone github.com/africhild/common
go mod edit -replace=github.com/africhild/[email protected]=../common
go get github.com/africhild/[email protected]
Structure
pkg
- reusables for config, dbs, repository controller etc
TODO
- Add unit tests
# Packages
No description provided by the author