Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.