Get support for goph/stdlib

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

goph/stdlib

Stdlib

Build Status Go Report Card GoDoc

All kinds of utilities and extensions of the standard library.

Usage

This project contains a set of tools that may also be part of the standard library, but for some reason they are left out.

Since the repo is large with all kinds of tools, the recommended way is to simply copy the code you need to an internal package of your project (along with the tests).

That will keep your project free of extra dependencies, provide tested code.

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.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2