Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 767 Bytes

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: