jason 075d766964 first hace 3 años
..
cache 075d766964 first hace 3 años
cloudstorage 075d766964 first hace 3 años
database 075d766964 first hace 3 años
elastic 075d766964 first hace 3 años
id 075d766964 first hace 3 años
influxdb 075d766964 first hace 3 años
jwtwrapper 075d766964 first hace 3 años
logger 075d766964 first hace 3 años
prefix 075d766964 first hace 3 años
tasker 075d766964 first hace 3 años
trace 075d766964 first hace 3 años
util 075d766964 first hace 3 años
README.md 075d766964 first hace 3 años
go.mod 075d766964 first hace 3 años
go.sum 075d766964 first hace 3 años

README.md

简要说明

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

主要目的

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

代码内容

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