Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 759 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 759 Bytes

go common library

本库整理了 golang 中最常用的代码、函数、和模块,避免新项目总是重复造基础代码的轮子。

go get github.com/memory-overflow/go-common-library

httpcall 模块

常用的简单 http 调用的封装。 详见 httpcall 模块说明

misc 模块

常用的公共函数库,主要包含时间、协程安全、重试、id生成,log 相关的常用的处理函数。 详见misc 模块说明