# goassist **Repository Path**: jhunters/goassist ## Basic Information - **Project Name**: goassist - **Description**: goassist is provides utility apis for gopher more easily to use - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-23 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
goassist is provides utility apis for gopher more easily to use.
[](https://goreportcard.com/report/github.com/jhunters/goassist) [](https://github.com/jhunters/goassist/actions/workflows/go.yml) [](https://codecov.io/gh/jhunters/goassist) [](https://github.com/jhunters/goassist/releases) [](https://godoc.org/github.com/jhunters/goassist) [](https://github.com/jhunters/goassist/blob/main/LICENSE) # Go Required Version need go 1.21 # Install go get github.com/jhunters/goassist # API List API包|说明|文档 --|--|-- arrayutil|数组处理|[doc](https://pkg.go.dev/github.com/jhunters/goassist/arrayutil) concurrent|并发操作|[doc](https://pkg.go.dev/github.com/jhunters/goassist/concurrent) concurrent/syncx| 并发同步应用(channel, pool, map)|[doc](https://pkg.go.dev/github.com/jhunters/goassist/concurrent/syncx) concurrent/atomicx|原子操作|[doc](https://pkg.go.dev/github.com/jhunters/goassist/concurrent/actomicx) containerx|容器操作 | [heap](https://pkg.go.dev/github.com/jhunters/goassist/container/heapx) [list](https://pkg.go.dev/github.com/jhunters/goassist/container/listx) [map](https://pkg.go.dev/github.com/jhunters/goassist/container/mapx) [queue](https://pkg.go.dev/github.com/jhunters/goassist/container/queue) [ring](https://pkg.go.dev/github.com/jhunters/goassist/container/ringx) [set](https://pkg.go.dev/github.com/jhunters/goassist/container/set) [stack](https://pkg.go.dev/github.com/jhunters/goassist/container/stack) hashx|hash操作|[doc](https://pkg.go.dev/github.com/jhunters/goassist/hashx) maputil|map操作|[doc](https://pkg.go.dev/github.com/jhunters/goassist/maputil) reflectutil|反射操作|[doc](https://pkg.go.dev/github.com/jhunters/goassist/reflectutil) stringutil|字符串操作|[doc](https://pkg.go.dev/github.com/jhunters/goassist/stringutil) unsafex|unsafe包扩展应用|[doc](https://pkg.go.dev/github.com/jhunters/goassist/unsafex) timeutil|时间处理|[doc](https://pkg.go.dev/github.com/jhunters/goassist/timeutil) web|http文件处理|[doc](https://pkg.go.dev/github.com/jhunters/goassist/web) netutil|net工具类|[doc](https://pkg.go.dev/github.com/jhunters/goassist/netutil) ## License goassist is [Apache 2.0 licensed](./LICENSE).