[ ソース: golang-objx ]
パッケージ: golang-github-stretchr-objx-dev (0.1.1+git20180825.ef50b0d-1)
golang-github-stretchr-objx-dev に関するリンク
Debian の資源:
golang-objx ソースパッケージをダウンロード:
- [golang-objx_0.1.1+git20180825.ef50b0d-1.dsc]
- [golang-objx_0.1.1+git20180825.ef50b0d.orig.tar.xz]
- [golang-objx_0.1.1+git20180825.ef50b0d-1.debian.tar.xz]
メンテナ:
- 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.