Go Collections

What Is It?
Go Collections is a zero dependency library of collections for Go, simplifying the use of common data structures as well
as simplifying common pattern in Go, such as channel based Pipelines, Map/Reduce functionality, and more.
Made with ♥ by Pickering Technologies - your Strategic Technology Partner.
Why Use It?
Go Collections is designed to be easy to use, and to help you achieve your goals faster - the internal code of the
library is well tested, and the API is designed to be easy to use. The implementations provided have been developed with
a focus on simplicity and performance - the code is easy to read, and the performance is good. If you need to debug the
library, this should be straight forward with Go Collections.
The library has been designed to be familiar for those coming from a Java, Python or JavaScript background as well as
easy to pick up for those new to programming, or new to Go.
What Does It Look Like?
Check out the README files in each of the packages for examples of how to use the collections.
How to Install?
Run the following command at a terminal:
go get github.com/pickeringtech/go-collections
Go Collections is licensed under the MIT License. See the LICENSE file for more information.