From 3450846a36d9f2f97cd2bdbb4701d2ca6ff03c4d Mon Sep 17 00:00:00 2001 From: Ralph Caraveo III Date: Wed, 22 Apr 2015 21:05:10 -0700 Subject: [PATCH] Adding the golang-set package which offers thread-safe and non-thread-safe sets for Go. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9647587..ad5639d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [CSS Preprocessors](#css-preprocessors) - [Database](#database) - [Database Drivers](#database-drivers) + - [Data Structures](#data-structures) - [Date & Time](#date--time) - [Distributed Systems](#distributed-systems) - [Email](#email) @@ -223,6 +224,11 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [elastigo](https://github.com/mattbaird/elastigo) - A Elasticsearch client library. * [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch. +## Data Structures + +*Libraries that provide general and specialized data structures.* + +* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go. ## Date & Time