File: control

package info (click to toggle)
golang-github-go-test-deep 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: golang-github-go-test-deep
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
Standards-Version: 4.4.0
Homepage: https://github.com/go-test/deep
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-test-deep
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-test-deep.git
XS-Go-Import-Path: github.com/go-test/deep
Testsuite: autopkgtest-pkg-go

Package: golang-github-go-test-deep-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: 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)