Adding the golang-set package which offers thread-safe and non-thread-safe sets for Go.

checkGoreportcard
Ralph Caraveo III 10 years ago
parent b814c1cf47
commit 3450846a36

@ -23,6 +23,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [CSS Preprocessors](#css-preprocessors) - [CSS Preprocessors](#css-preprocessors)
- [Database](#database) - [Database](#database)
- [Database Drivers](#database-drivers) - [Database Drivers](#database-drivers)
- [Data Structures](#data-structures)
- [Date & Time](#date--time) - [Date & Time](#date--time)
- [Distributed Systems](#distributed-systems) - [Distributed Systems](#distributed-systems)
- [Email](#email) - [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. * [elastigo](https://github.com/mattbaird/elastigo) - A Elasticsearch client library.
* [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch. * [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 ## Date & Time

Loading…
Cancel
Save