Registry / utility / elliotchance-orderedmap

elliotchance-orderedmap

JSON →
library1.8.0gogounverified

Package orderedmap provides an ordered map implementation for Go.

go get github.com/elliotchance/orderedmap
INSTALL
IMPORT
SIG · ELLIOTCHANCE-ORDER
E
elliotchance-orderedmap
utilitygov1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

orderedmap
github.com/elliotchance/orderedmap

Create and use an ordered map

package main import ( "fmt" "github.com/elliotchance/orderedmap" ) func main() { m := orderedmap.NewOrderedMap() m.Set("foo", "bar") fmt.Println(m.Get("foo")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
elliotchance-orderedmap — go get elliotchance-orderedmap · libregistry