# README
go-lib
Introduction
common package
File standard
.
├─mq //mq
├─stores //stores
│ ├─cache // cahche
│ └─db // database connection
├─task //scheduler task job
├─thirdpart //liek wechat robot or obs
└─utils //utils func
Standard
todo standard package
Version Upgrade
Usage
Env available
go env 1.19.3
install
go env -w GOPRIVATE=gitpath
go get gitpath@tag
Tests
todo