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

Changelog

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

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:27:33 -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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9-3.dsc 2.5 KiB 18b0a8a42c775ec5fda248365e20f3f6b8be0ee8cf110743e6d7d079c999f7a0
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9.orig.tar.xz 5.5 KiB e74945c9aea7a45eca16e9444d6668eb85073963bd4c37290a38595e99134b99
golang-github-mitchellh-reflectwalk_0.0~git20170726.63d60e9-3.debian.tar.xz 2.3 KiB 479121ba7a9d919c694c0c938caabc68c347bed5997834dd06806fb39ed1c7b9

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.