Skip to content

jhunters/goassist

Repository files navigation

goassist is provides utility apis for gopher more easily to use.

Go Report Card Build Status codecov Releases Godoc LICENSE

Go Required Version

need go 1.21

Install

go get github.com/jhunters/goassist

API List

API包 说明 文档
arrayutil 数组处理 doc
concurrent 并发操作 doc
concurrent/syncx 并发同步应用(channel, pool, map) doc
concurrent/atomicx 原子操作 doc
containerx 容器操作 heap list map queue ring set stack
hashx hash操作 doc
maputil map操作 doc
reflectutil 反射操作 doc
stringutil 字符串操作 doc
unsafex unsafe包扩展应用 doc
timeutil 时间处理 doc
web http文件处理 doc
netutil net工具类 doc

License

goassist is Apache 2.0 licensed.