golang-github-mitchellh-reflectwalk 0.0~git20161004.0.9ad27c4-1 source package in Ubuntu

Changelog

golang-github-mitchellh-reflectwalk (0.0~git20161004.0.9ad27c4-1) unstable; urgency=medium

  * Team upload.
  * Imported Upstream version 0.0~git20161004.0.9ad27c4
    This fixes the FTBFS bug. Closes: #845740
  * Use debhelper v10

 -- Dr. Tobias Quathamer <email address hidden>  Wed, 30 Nov 2016 18:58:41 +0100

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-reflectwalk_0.0~git20161004.0.9ad27c4-1.dsc 2.4 KiB 42f326c42d2ea16c3813a6e1158c9799a7a7883c83b0fc7b81b755920fb62d07
golang-github-mitchellh-reflectwalk_0.0~git20161004.0.9ad27c4.orig.tar.xz 5.3 KiB def9941f7b72b74baebc1f4223a39cbfd99870c37f543da5822b9eb4a94392cf
golang-github-mitchellh-reflectwalk_0.0~git20161004.0.9ad27c4-1.debian.tar.xz 2.1 KiB db1f40a4a38be22896ad1682f0c819fa4d653fca8e6ea7bf287ddff062574b6c

No changes file available.

Binary packages built by this source

golang-github-mitchellh-reflectwalk-dev: library for "walking" complex structures, similar to walking a filesystem

 reflectwalk is a Go library for "walking" a value in Go using
 reflection, in the same way a directory tree can be "walked"
 on the filesystem. Walking a complex structure can allow you
 to do manipulations on unknown structures such as those
 decoded from JSON.