Skip to content
/ go-maps Public

Package maps provides tools for working with the Go programming language's map[string]any type.

License

Notifications You must be signed in to change notification settings

reiver/go-maps

Repository files navigation

go-maps

Package maps provides tools for working with the Go programming language's map[string]any type.

For example:

var data map[string]any // = ???

// ...

postalCode, found := maps.PathQuery(data, "user", "address", "postal-code")

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-maps

GoDoc

Import

To import package maps use import code like the following:

import "github.com/reiver/go-maps"

Installation

To install package maps do the following:

GOPROXY=direct go get https://github.com/reiver/go-maps

Author

Package maps was written by Charles Iliya Krempeaux

About

Package maps provides tools for working with the Go programming language's map[string]any type.

Resources

License

Stars

Watchers

Forks

Languages