stdlib

package module
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2017 License: MIT Imports: 0 Imported by: 0

README

Stdlib

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

The project requires Glide to install dependencies.

$ make dep

When all coding and testing is done, please run the test suite:

$ make check
Experimental features

When a feature is not mature or stable enough for general availability, it can be marked as experimental.

This means that those features can only be used with the experimental build tag.

Being experimental does not provide any BC promise.

License

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

Documentation

Overview

Package stdlib 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 succeed.

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.
zip
Package zip extends the archive/zip package in the stdlib.
Package zip extends the archive/zip package in the stdlib.
Package expvar extends the expvar package in the stdlib.
Package expvar extends the expvar package in the stdlib.
ext
Package ext contains some extra code which does not fit into the categorization of the stdlib.
Package ext contains some extra code which does not fit into the categorization of the stdlib.
types
Package types provides a list of scalar and structure types.
Package types provides a list of scalar and structure types.
internal
mocks
Code generated by mockery v1.0.0 Code generated by mockery v1.0.0
Code generated by mockery v1.0.0 Code generated by mockery v1.0.0
net
Package net extends the net package in the stdlib.
Package net extends the net package in the stdlib.
http
Package http extends the http package in the stdlib.
Package http extends the http package in the stdlib.
http/pprof
Package pprof extends the pprof package in the stdlib.
Package pprof extends the pprof package in the stdlib.
Package os extends the os package in the stdlib.
Package os extends the os 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.
x

Jump to

Keyboard shortcuts

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