An open API service indexing awesome lists of open source software.

https://github.com/sstallion/go-tools

Tools and Utility Packages for Go
https://github.com/sstallion/go-tools

documentation golang tools utilities

Last synced: 8 months ago
JSON representation

Tools and Utility Packages for Go

Awesome Lists containing this project

README

          

# Tools and Utility Packages for Go

[![](https://github.com/sstallion/go-tools/actions/workflows/ci.yml/badge.svg?branch=master)][1]
[![](https://pkg.go.dev/badge/github.com/sstallion/go-tools)][2]
[![](https://goreportcard.com/badge/github.com/sstallion/go-tools)][3]
[![](https://img.shields.io/github/v/release/sstallion/go-tools)][4]
[![](https://img.shields.io/github/license/sstallion/go-tools.svg)][5]

This repository provides tools and utility packages that augment the standard
library in (mostly) useful ways. It is intended to be functionally complete with
no additional dependencies such that it may be imported into other projects
without significant overhead.

## Installation

To add a package as a dependency or upgrade to its latest version, issue:

$ go get github.com/sstallion/go-tools@latest

## Documentation

Up-to-date documentation can be found on [pkg.go.dev][2], or by issuing the `go
doc` command after installation:

$ go doc -all github.com/sstallion/go-tools/

## Contributing

Pull requests are welcome! See [CONTRIBUTING.md][6] for more details.

## License

Source code in this repository is licensed under a Simplified BSD License. See
[LICENSE][5] for more details.

[1]: https://github.com/sstallion/go-tools/actions/workflows/ci.yml
[2]: https://pkg.go.dev/github.com/sstallion/go-tools
[3]: https://goreportcard.com/report/github.com/sstallion/go-tools
[4]: https://github.com/sstallion/go-tools/releases/latest
[5]: https://github.com/sstallion/go-tools/blob/master/LICENSE
[6]: https://github.com/sstallion/go-tools/blob/master/CONTRIBUTING.md