通用包

jason d8c409cb11 gormv2 logmode 3 лет назад
cache 900d4d7b7b redis 集合增加接口 3 лет назад
cloudstorage 770c9a7f46 init 3 лет назад
database d8c409cb11 gormv2 logmode 3 лет назад
databasev1 969d04207b databasev1 3 лет назад
elastic 770c9a7f46 init 3 лет назад
id 770c9a7f46 init 3 лет назад
influxdb 770c9a7f46 init 3 лет назад
jwtwrapper 770c9a7f46 init 3 лет назад
logger 770c9a7f46 init 3 лет назад
mqtt 770c9a7f46 init 3 лет назад
prefix 770c9a7f46 init 3 лет назад
tasker 770c9a7f46 init 3 лет назад
trace 770c9a7f46 init 3 лет назад
util 770c9a7f46 init 3 лет назад
README.md 770c9a7f46 init 3 лет назад
go.mod 6e0659b7c3 new gorm 3 лет назад
go.sum 6e0659b7c3 new gorm 3 лет назад

README.md

简要说明

本工程是golang公共代码库,应用于所有golang工程。

主要目的

  1. 减少代码冗余;
  2. 实现公共代码统一;
  3. 确保代码安全;

代码内容

  1. 封装第三方库的接口;
  2. 公共方法/函数;
  3. ...