common package
.
├─mq //mq
├─stores //stores
│ ├─cache // cahche
│ └─db // database connection
├─task //scheduler task job
├─thirdpart //liek wechat robot or obs
└─utils //utils func
todo standard package
go env 1.19.3
go env -w GOPRIVATE=gitpath
go get gitpath@tag
todo