[ 源代码: golang-objx ]
软件包:golang-github-stretchr-objx-dev(0.3.0-1)
golang-github-stretchr-objx-dev 的相关链接
Debian 的资源:
下载源码包 golang-objx:
维护小组:
- Debian Go Packaging Team (QA 页面)
- Jelmer Vernooij (QA 页面)
- Anthony Fok (QA 页面)
- Michael Stapelberg (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-go-viper-mapstructure-dev
- golang-github-alecthomas-jsonschema-dev
- golang-layeh-gopher-luar-dev
- golang-github-bep-tmc-dev
- librust-assert-json-diff-dev
- golang-github-go-resty-resty-dev
- libaeonbits-owner-java
- golang-github-cbroglie-mapstructure-dev
- golang-github-clbanning-mxj-dev
- golang-github-uber-go-tally-dev
- golang-github-mitchellh-pointerstructure-dev
Go package for dealing with maps, slices, JSON and other data
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.
This package contains the source.