通用包

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

README.md

简要说明

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

主要目的

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

代码内容

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