Skip to content

jhunters/goassist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
xiemalin
Jun 25, 2024
e7a3c7f · Jun 25, 2024
Jun 25, 2024
May 6, 2023
May 24, 2024
Mar 30, 2023
Apr 17, 2023
Jun 13, 2024
Mar 22, 2023
Apr 23, 2024
Jan 29, 2023
Apr 14, 2022
May 23, 2024
May 23, 2024
Jun 11, 2024
Mar 16, 2023
Jun 25, 2024
Mar 9, 2023
Apr 23, 2024
Feb 22, 2023
Feb 8, 2023
May 22, 2024
Feb 28, 2023
Jun 13, 2024
Dec 28, 2021
Dec 28, 2021
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024

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.