Categorygithub.com/teamwork/utils
2.2.5
Repository: https://github.com/teamwork/utils.git
Documentation: pkg.go.dev

# README

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:

# Packages

Package utils is a collection of often used extensions to Go's stdlib.