An open API service indexing awesome lists of open source software.

https://github.com/goki/ordmap

Package ordmap implements an ordered map that retains the order of items added to a slice, while also providing fast key-based map lookup of items, using the Go 1.18 generics system.
https://github.com/goki/ordmap

Last synced: about 1 year ago
JSON representation

Package ordmap implements an ordered map that retains the order of items added to a slice, while also providing fast key-based map lookup of items, using the Go 1.18 generics system.

Awesome Lists containing this project