Skip to content

kwf2030/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commons

Go常用工具库。

base

通用接口(如Equality/Comparable/Cloneable)。

conv

interface{}转bool/int/uint/string,map和gob/json互转,string/[]byte零拷贝互转。

file

文件操作工具。

pipeline

链式处理工具。

rand2

随机数工具。

time2

时间常量和工具函数,包含一个简单时间轮的实现。