See also Database for more complex key-value stores, and Trees for
a thread-safe concurrent map for go, support using interface{} as key and auto scale up shards.
interface{}
Go 1.18+ generic map interface for maps; safe maps; ordered maps; ordered, safe maps; etc.
Python-like dictionaries (dict) for Go.
A persistent, map-like object for the Go programming language. Supports multiple embedded key-value stores.