通用包

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

README.md

简要说明

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

主要目的

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

代码内容

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