golang-github-d4l3k-messagediff 1.2.1-1 source package in Ubuntu

Changelog

golang-github-d4l3k-messagediff (1.2.1-1) unstable; urgency=medium

  * New upstream version.
  * d/copyright: use secure format url.
  * d/control: golang-go -> golang-any.

 -- Alexandre Viau <email address hidden>  Sat, 17 Nov 2018 20:43:06 -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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-d4l3k-messagediff_1.2.1-1.dsc 2.2 KiB 8bcff269df7b21ae0d52e5363edbcddeeb003cdfdf31db664ed8c81d3f7b8807
golang-github-d4l3k-messagediff_1.2.1.orig.tar.gz 7.9 KiB 00e0d9baf442b0fdd11164d736ea64012d386353db2bd050f13c01c4db4a7813
golang-github-d4l3k-messagediff_1.2.1-1.debian.tar.xz 2.7 KiB 04668c0433523fee5ae120e68605c030f2d9d0781206ed0b27dcee529d2999f2

No changes file available.

Binary packages built by this source

golang-github-d4l3k-messagediff-dev: library for doing diffs of arbitrary Golang structs

 messagediff is a library for doing diffs of arbitrary Golang structs. If the
 unsafe package is available messagediff will diff unexported fields in
 addition to exported fields. This is primarily used for testing purposes as
 it allows for providing informative error messages.