A collection of reusable utilities for building APIs
# 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]pkg- reusables for config, dbs, repository controller etc
- Add unit tests