https://github.com/andeya/goutil
Golang common tool functions and components.
https://github.com/andeya/goutil
go-utils
Last synced: about 1 year ago
JSON representation
Golang common tool functions and components.
- Host: GitHub
- URL: https://github.com/andeya/goutil
- Owner: andeya
- License: mit
- Created: 2017-05-14T09:56:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:18:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T18:13:19.700Z (about 1 year ago)
- Topics: go-utils
- Language: Go
- Homepage:
- Size: 504 KB
- Stars: 384
- Watchers: 11
- Forks: 83
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goutil [](https://travis-ci.org/andeya/goutil) [](http://goreportcard.com/report/andeya/goutil) [](http://godoc.org/github.com/andeya/goutil)
Golang common tool functions or components.
## Inclusion criteria
- Only rely on the Go standard package
- Functions or lightweight packages
- Non-business related general tools
## Package Path
- `github.com/andeya/goutil` >= `v1.0.0`
- `github.com/henrylee2cn/goutil` <= `v0.1.0`