golang-objx 0.0~git20140527-4 source package in Ubuntu

Changelog

golang-objx (0.0~git20140527-4) unstable; urgency=medium


  * Bump standards version to 3.9.6 (no changes).
  * Fix empty short license in debian/copyright.
  * Upload to unstable.

 -- Jelmer Vernooij <email address hidden>  Sun, 26 Apr 2015 08:47:16 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-objx_0.0~git20140527-4.dsc 1.6 KiB 0dbfa5d1896ceddfca096fd2e64090892a6e6ecd00eeaa9a24b7fd0fd0d89f42
golang-objx_0.0~git20140527.orig.tar.gz 22.7 KiB c193ee7d20d5008a01c1b29ffdfa62575c5f081e0e60b5b93862239c9538fdb9
golang-objx_0.0~git20140527-4.debian.tar.xz 2.3 KiB 37f72e4865ec47d48da429766c5e8ebbf0b85cdb9dbc57eae324a73b014f8606

No changes file available.

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.