Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 467 Bytes

File metadata and controls

25 lines (14 loc) · 467 Bytes

Utils

GO语言下的一个工具包

此工具包下含有:

String : 用于封装字符串的类,便于进行一些额外的操作

Db : 封装SQL,便于处理事务

Json : 封装JSON,便于处理JSON

File : 封装简单的文件写入

Encoding : 封装一些简单的编码处理

Time : 封装时间处理,格式化处理更像PHP方式

ByteString : 封装处理二进制流读写操作

install

go get github.com/joy999/utils