Brak opisu

jason 800ae85469 change 1 rok temu
cache 800ae85469 change 1 rok temu
cloudstorage 5a171247fb init 1 rok temu
database 800ae85469 change 1 rok temu
elastic 5a171247fb init 1 rok temu
id 5a171247fb init 1 rok temu
jwtwrapper 5a171247fb init 1 rok temu
logger 800ae85469 change 1 rok temu
prefix 5a171247fb init 1 rok temu
tasker 800ae85469 change 1 rok temu
trace 5a171247fb init 1 rok temu
tracer 5a171247fb init 1 rok temu
util 5a171247fb init 1 rok temu
README.md 5a171247fb init 1 rok temu
databse_test.go 800ae85469 change 1 rok temu
go.mod 5a171247fb init 1 rok temu

README.md

简要说明

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

主要目的

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

代码内容

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