golang-github-r3labs-diff 3.0.0-3 source package in Ubuntu

Changelog

golang-github-r3labs-diff (3.0.0-3) unstable; urgency=medium

  * Team upload
  * Update Standards-Version to 4.6.2 (no changes)
  * Add patch to skip flaky TestDiff/mixed-slice-map

 -- Shengjing Zhu <email address hidden>  Tue, 07 Feb 2023 22:08:33 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-r3labs-diff_3.0.0-3.dsc 1.6 KiB 8bb08ff35b60e3b4c57ff53b2dfc12764d8ba71329c69efbd3bb7d36fbd2665d
golang-github-r3labs-diff_3.0.0.orig.tar.gz 34.0 KiB 5bf030526402bfac1e6b29efc6b14e5a33a8e3ed1f269b4633274d09f22afba4
golang-github-r3labs-diff_3.0.0-3.debian.tar.xz 2.3 KiB 4d35255cf02ff4efeb612801370659f686d572ac1caf77f6f2fc1b76508a56f6

Available diffs

No changes file available.

Binary packages built by this source

golang-github-r3labs-diff-dev: diffing library for Go structures

 Utilizing field tags and reflection, this library makes it possible
 to compare two structures of the same type and create a changelog of
 all modified values. The produced changelog can easily be serialized
 to JSON.