utilz

package module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: May 26, 2017 License: MIT Imports: 0 Imported by: 0

README

Utilz

Build Status Go Report Card GoDoc

All kinds of utilities and extensions of the standard library.

Documentation

The project closely follows the package structure in the standard library and aims to provide high quality extensions and utilities.

Development

You need Glide to install dependencies.

$ make install

Run tests and linters:

$ make check

License

The MIT License (MIT). Please see License File for more information.

Documentation

Overview

Package utilz contains all kinds of utilities and extensions of the standard library

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Must

func Must(err error)

Must checks if a parameter is an error and panics if so. Useful when you want to force a call to suceed.

Types

This section is empty.

Directories

Path Synopsis
archive
tar
Package tar extends the archive/tar package in the stdlib.
Package tar extends the archive/tar package in the stdlib.
Package errors extends the errors package in the stdlib.
Package errors extends the errors package in the stdlib.
Package strings extends the strings package in the stdlib.
Package strings extends the strings package in the stdlib.
Package time extends the time package in the stdlib.
Package time extends the time package in the stdlib.
Package util adds additional utilities.
Package util adds additional utilities.

Jump to

Keyboard shortcuts

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