Skip to content
/ utils Public

A collection of small and often used extensions to Go's standard library

License

Notifications You must be signed in to change notification settings

Teamwork/utils

Repository files navigation

Build Status codecov GoDoc

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: