golang-github-mitchellh-reflectwalk 0.0~git20170726.63d60e9-1 source package in Ubuntu

Changelog

golang-github-mitchellh-reflectwalk (0.0~git20170726.63d60e9-1) unstable; urgency=medium

  * New upstream snapshot.
  * Priority extra -> optional.
  * Move to salsa.debian.org.
  * Testsuite: autopkgtest-pkg-go.

 -- Alexandre Viau <email address hidden>  Sat, 30 Dec 2017 01:28:34 -0500

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9-1.dsc 2.5 KiB 11b1679c229d10d17f54fbe08872c36e5ea2c4233c87402f7ee0a3d77d2c8e80
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9.orig.tar.xz 5.5 KiB e74945c9aea7a45eca16e9444d6668eb85073963bd4c37290a38595e99134b99
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9-1.debian.tar.xz 2.2 KiB 100284ceed426951fcf9e55e8c6adcedc7d59e495f96bb8666af622237086c0c

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.