https://github.com/teamwork/utils
A collection of small and often used extensions to Go's standard library
https://github.com/teamwork/utils
go
Last synced: about 1 year ago
JSON representation
A collection of small and often used extensions to Go's standard library
- Host: GitHub
- URL: https://github.com/teamwork/utils
- Owner: Teamwork
- License: mit
- Created: 2016-04-26T19:38:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T11:23:55.000Z (over 1 year ago)
- Last Synced: 2025-04-20T03:25:13.770Z (about 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 335 KB
- Stars: 14
- Watchers: 44
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/Teamwork/utils)
[](https://codecov.io/gh/Teamwork/utils)
[](https://godoc.org/github.com/Teamwork/utils)
`utils` is a collection of small – and sometimes not so small – extensions to
Go's standard library. There are no external dependencies.
The naming scheme is `[type]util` or `[pkgname]util`. If there already is a
`*util` packge in stdlib it's named `utilx` (e.g. `ioutilx`).
Other useful packages:
- [`github.com/Teamwork/toutf8`](https://github.com/Teamwork/toutf8) – Convert
strings to UTF-8.