golang-github-mitchellh-reflectwalk 1.0.1-1 source package in Ubuntu

Changelog

golang-github-mitchellh-reflectwalk (1.0.1-1) unstable; urgency=medium

  * Team upload.
  * Add uscan watch file
  * New upstream version 1.0.1
  * Drop golang-golang-x-tools from Depends
  * Update maintainer address to <email address hidden>
  * Update debhelper-compat to 13
  * Update Standards-Version to 4.5.0
  * Add Rules-Requires-Root
  * Use secure URL in d/copyright

 -- Shengjing Zhu <email address hidden>  Mon, 13 Jul 2020 11:58:04 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-reflectwalk_1.0.1-1.dsc 1.7 KiB eced5ae7463293f75dfd315666c7ac4e008607be9fc13c00de3ff35a015e782c
golang-github-mitchellh-reflectwalk_1.0.1.orig.tar.gz 6.3 KiB c81ed165d0250541655304973d5379a61e00ef074c471b6a6be2c38b204a2afd
golang-github-mitchellh-reflectwalk_1.0.1-1.debian.tar.xz 3.0 KiB 7645c77ce0a9c7e7da51ca1dead4c61b5421402bee0ac0d91393f5b6f69d85f1

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.