utils

package module
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2020 License: MIT Imports: 0 Imported by: 0

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:

Documentation

Overview

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

Directories

Path Synopsis
Package aesutil provides a set of functions for 2-way encryption and hashing.
Package aesutil provides a set of functions for 2-way encryption and hashing.
Package dbg contains helper functions useful when debugging programs.
Package dbg contains helper functions useful when debugging programs.
Package errorutil provides functions to work with errors.
Package errorutil provides functions to work with errors.
Package goutil provides functions to work with Go source files.
Package goutil provides functions to work with Go source files.
Package httputilx provides HTTP utility functions.
Package httputilx provides HTTP utility functions.
header
Package header provides functions for parsing and setting HTTP headers.
Package header provides functions for parsing and setting HTTP headers.
Package imageutil adds functions for working with images.
Package imageutil adds functions for working with images.
Package ioutilx implements some I/O utility functions.
Package ioutilx implements some I/O utility functions.
Package jsonutil provides functions for working with JSON.
Package jsonutil provides functions for working with JSON.
Package maputil provides a set if functions for working with maps.
Package maputil provides a set if functions for working with maps.
Package runtimeutil provides utilities to interface with the Go runtime.
Package runtimeutil provides utilities to interface with the Go runtime.
Package sliceutil provides functions for working with slices.
Package sliceutil provides functions for working with slices.
Package sqlutil provides some helpers for SQL databases.
Package sqlutil provides some helpers for SQL databases.
Package stringutil adds functions for working with strings.
Package stringutil adds functions for working with strings.
Package syncutil adds functions for synchronization.
Package syncutil adds functions for synchronization.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL