mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
Fixing typo
This commit is contained in:
parent
f1a34befb9
commit
37c24fdc17
@ -555,7 +555,8 @@ _Libraries for preprocessing CSS files._
|
|||||||
### Maps
|
### Maps
|
||||||
|
|
||||||
See also [Database](#database) for more complex key-value stores, and [Trees](#trees) for
|
See also [Database](#database) for more complex key-value stores, and [Trees](#trees) for
|
||||||
additional ordred map implementations.
|
additional ordered map implementations.
|
||||||
|
|
||||||
- [cmap](https://github.com/lrita/cmap) - a thread-safe concurrent map for go, support using `interface{}` as key and auto scale up shards.
|
- [cmap](https://github.com/lrita/cmap) - a thread-safe concurrent map for go, support using `interface{}` as key and auto scale up shards.
|
||||||
- [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.
|
- [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user