mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Adding the golang-set package which offers thread-safe and non-thread-safe sets for Go.
This commit is contained in:
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)
|
||||
- [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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user