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

Changelog

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

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 16:13:21 -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-2.dsc 2.5 KiB c40f55a0376873bb31e6ced4dd5ca307d6c2b41180285fdcf8396b35247937f9
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9.orig.tar.xz 5.5 KiB e74945c9aea7a45eca16e9444d6668eb85073963bd4c37290a38595e99134b99
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9-2.debian.tar.xz 2.2 KiB c0f68cc0f5025ecc91955682e8a46aac0241b1b60c5c4dd969fef4d6211758bd

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.