套件: golang-github-stretchr-objx-dev (0.0~git20150928.0.1a9d0bb-3)
golang-github-stretchr-objx-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-objx:
- [golang-objx_0.0~git20150928.0.1a9d0bb-3.dsc]
- [golang-objx_0.0~git20150928.0.1a9d0bb.orig.tar.gz]
- [golang-objx_0.0~git20150928.0.1a9d0bb-3.debian.tar.xz]
維護者:
Original Maintainers:
- pkg-go (郵件存檔)
- Jelmer Vernooij
- Anthony Fok
- Michael Stapelberg
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-alecthomas-jsonschema-dev
- golang-layeh-gopher-luar-dev
- golang-github-bep-tmc-dev
- golang-github-go-resty-resty-dev
- golang-github-clbanning-mxj-dev
- golang-github-uber-go-tally-dev
- golang-github-cbroglie-mapstructure-dev
- golang-github-mitchellh-copystructure-dev
- golang-github-valyala-fastjson-dev
- golang-github-jmoiron-sqlx-dev
- golang-github-ncabatoff-go-seq-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.