golang-objx 0.0~git20140527-4~ubuntu0.14.04.1 source package in Ubuntu

Changelog

golang-objx (0.0~git20140527-4~ubuntu0.14.04.1) trusty; urgency=medium

  * Backport to Ubuntu 14.04 to support Docker SRU (LP: #1454719).

 -- Robie Basak <email address hidden>  Wed, 17 Jun 2015 12:54:16 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Trusty
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
golang-objx_0.0~git20140527.orig.tar.gz 22.7 KiB c193ee7d20d5008a01c1b29ffdfa62575c5f081e0e60b5b93862239c9538fdb9
golang-objx_0.0~git20140527-4~ubuntu0.14.04.1.debian.tar.xz 2.4 KiB 15f865fca7f68178193840bdd8bac3fe82eb1716b269b64ef250f9bc5f10dca1
golang-objx_0.0~git20140527-4~ubuntu0.14.04.1.dsc 2.0 KiB 17317189bab3c819f6ab3e33370b99865be72099752b511ee0c81e78a043af5f

View changes file

Binary packages built by this source

golang-objx-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.