[ Bron: golang-github-go-test-deep ]
Pakket: golang-github-go-test-deep-dev (1.0.3-1)
Verwijzigingen voor golang-github-go-test-deep-dev
Debian bronnen:
Het bronpakket golang-github-go-test-deep downloaden:
- [golang-github-go-test-deep_1.0.3-1.dsc]
- [golang-github-go-test-deep_1.0.3.orig.tar.gz]
- [golang-github-go-test-deep_1.0.3-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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)