summaryrefslogtreecommitdiff
path: root/vendor/github.com/c4milo/gotoolkit/README.md
blob: 3aaa55367b354a03b5713b91fe9ffd31e096909d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Go Toolkit
[![GoDoc](https://godoc.org/github.com/c4milo/gotoolkit?status.svg)](https://godoc.org/github.com/c4milo/gotoolkit)
[![Build Status](https://travis-ci.org/c4milo/gotoolkit.svg?branch=master)](https://travis-ci.org/c4milo/gotoolkit)

A set of algorithms and data structures that are not part of the standard Go packages and that we need
on a daily basis.

## Algorithms
* **SliceStack**
* **ListStack**
* **ListQueue**
* **SliceQueue**