Skip to content

memory-overflow/go-common-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go common library

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

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

httpcall 模块

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

misc 模块

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