An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/goombaio/orderedmap

Package orderedmap implements an insertion-ordered associative array, also called map or dictionary. Maps are an abstract data type that can hold data in (key, value) pairs. Associative arrays have two imporant properties. Every key can only appear once, and, every key can only have one value. An insertion-ordered map have the extra property that when it is iterated it returns their values in order they where inserted originally. Example

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20180925151256-3da0e2f905f9
over 7 years ago
Versions
1
Dependent Packages
21
Dependent Repos
23
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/goombaio/orderedmap
spec
License Apache-2.0
Namespace github.com/goombaio
First Release over 7 years ago
Last Synced 13 days ago
Repository
Stars 4 on GitHub
Forks 3 on GitHub
Docker Dependents 1
Docker Downloads 39
Rankings on proxy.golang.org
Overall Top 6.4%
Dependent packages Top 1.1%
Dependent repos Top 1.1%
Forks Top 9.9%