go-maps
go-maps
is a library for working with map-like data in Go, taking advantage of generics introduced in Go 1.18.
Usage
Add the library as a dependency:
go get github.com/siliconbrain/go-maps
Import it into your code:
import "github.com/siliconbrain/go-maps/maps"
Use to your heart's delight!