Categorygithub.com/africhild/common
module
1.0.4
Repository: https://github.com/africhild/common.git
Documentation: pkg.go.dev

# 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

  1. pkg - reusables for config, dbs, repository controller etc

TODO

  1. Add unit tests

# Packages

No description provided by the author