Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:44:17.000Z (28 days ago)
- Last Synced: 2024-10-19T23:08:51.398Z (26 days ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 330 KB
- Stars: 12
- Watchers: 46
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/Teamwork/utils.svg?branch=master)](https://travis-ci.com/Teamwork/utils)
[![codecov](https://codecov.io/gh/Teamwork/utils/branch/master/graph/badge.svg?token=n0k8YjbQOL)](https://codecov.io/gh/Teamwork/utils)
[![GoDoc](https://godoc.org/github.com/Teamwork/utils?status.svg)](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.