diff --git a/README.md b/README.md index ee7e07fe..7e1f8a42 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go. * [goset](https://github.com/zoumo/goset) - A useful Set collection implementation for Go. * [goskiplist](https://github.com/ryszard/goskiplist) - Skip list implementation in Go. +* [gostl](https://github.com/liyue201/gostl) - Data structure and algorithm library for go, designed to provide functions similar to C++ STL. * [gota](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. * [hide](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients. * [hilbert](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves.