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

Changelog

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

  * Team upload.
  * New upstream version 1.0.8
  * Change Section from devel to golang
  * Bump debhelper build-dependency to debhelper-compat (= 13)"
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Wed, 25 Jan 2023 12:52:46 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-test-deep_1.0.8-1.dsc 2.2 KiB da9118eb7333424952bbdad67282d2f25fc7569982d03f2c27da74575ddbe0f7
golang-github-go-test-deep_1.0.8.orig.tar.gz 11.4 KiB c021f0b478d5643ff79b6807f02819859912e758ad9c91ff4d75317f8b264bba
golang-github-go-test-deep_1.0.8-1.debian.tar.xz 2.7 KiB 00cc146b6cddabd0363f896d2d0c1a19cf3ab9aed05eb5711a90908debbfa5c2

Available diffs

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)