golang-github-go-test-deep 1.0.2-1 source package in Ubuntu

Changelog

golang-github-go-test-deep (1.0.2-1) unstable; urgency=medium

  * d/watch: watch for tags
  * New upstream version 1.0.2
  * d/control: bump standards

 -- Dawid Dziurla <email address hidden>  Sat, 20 Jul 2019 00:57:13 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-test-deep_1.0.2-1.dsc 2.2 KiB 1282208ad463bfba9b31a4463110a07286d6d3a6e3ebcc1bad54864ab3b65fa5
golang-github-go-test-deep_1.0.2.orig.tar.gz 8.1 KiB ba53d7aa82b39e27cf4b956191d4ed4feb62e026f14f740d56c285d61d6f70a3
golang-github-go-test-deep_1.0.2-1.debian.tar.xz 2.2 KiB b9c00e2e47a296dfe7af48554c9b6b45c624605c86498efe672d1d3b736e0224

No changes file available.

Binary packages built by this source

golang-github-go-test-deep-dev: Golang deep variable equality test that returns human-readable differences

 Deep Variable Equality for Humans.
 .
 This package provides a single function: deep.Equal. It's like
 reflect.DeepEqual (http://golang.org/pkg/reflect/#DeepEqual) but
 much friendlier to humans (or any sentient being) for two reason:
  • deep.Equal returns a list of differences
  • deep.Equal does not compare unexported fields (by default)