minikube/vendor/github.com/c4milo/gotoolkit
dlorenc e3d239929b Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00
..
.travis.yml Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00
CONTRIBUTING.md Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00
LICENSE Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00
README.md Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00
queue.go Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00
stack.go Jenkins/Makefile targets. 2017-08-24 11:54:59 -07:00

README.md

Go Toolkit

GoDoc Build Status

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