rafaeljusto / utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov GoDoc Go Report Card

utils is a collection of small and often used extensions to Go's standard library that we use in several projects.

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).

About

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

License:MIT License


Languages

Language:Go 90.5%Language:Shell 9.5%