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

https://github.com/c4milo/gotoolkit

Algorithms and data structures that are not part of the Go core library
https://github.com/c4milo/gotoolkit

Last synced: 8 months ago
JSON representation

Algorithms and data structures that are not part of the Go core library

Awesome Lists containing this project

README

          

# 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 and data structures
* **SliceStack**
* **ListStack**
* **ListQueue**
* **SliceQueue**