Categorygithub.com/goph/stdlib
repositorypackage
0.14.0
Repository: https://github.com/goph/stdlib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

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