golang-github-stretchr-objx - Go package for dealing with maps, slices, JSON and other data
Website: | http://godoc.org/github.com/stretchr/objx |
---|---|
License: | MIT |
Vendor: | Virtuozzo |
- Description:
Objx provides the `objx.Map` type, which is a `map[string]interface{}` that exposes a powerful `Get` method (among others) that allows you to easily and quickly get access to data within the map, without having to worry too much about type assertions, missing data, default values etc.
Packages
golang-github-stretchr-objx-0-0.12.git1a9d0bb.vl7.src [30 KiB] |
Changelog
by Jan Chaloupka (2017-09-12):
- Bump to upstream 1a9d0bb9f541897e62256577b352fdbc1fb4fd94 resolves: #1490415 |