Registry / utility / knqyf263-nested

knqyf263-nested

JSON →
library0.0.1gogounverified

Package nested provides utilities for working with nested data structures in Go.

go get github.com/knqyf263/nested
INSTALL
IMPORT
SIG · KNQYF263-NESTED
K
knqyf263-nested
utilitygov0.0.1
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.

nested
github.com/knqyf263/nested

Create a nested map and set/get values.

package main import ( "fmt" "github.com/knqyf263/nested" ) func main() { m := nested.Map{} m.Set([]string{"a", "b"}, 1) fmt.Println(m.Get([]string{"a", "b"})) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
knqyf263-nested — go get knqyf263-nested · libregistry