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– Convert strings to UTF-8.