[ 源代码: golang-github-go-test-deep ]
软件包:golang-github-go-test-deep-dev(1.0.8-1)
golang-github-go-test-deep-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-go-test-deep:
- [golang-github-go-test-deep_1.0.8-1.dsc]
- [golang-github-go-test-deep_1.0.8.orig.tar.gz]
- [golang-github-go-test-deep_1.0.8-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-google-go-cmp-dev
- golang-github-powerman-deepequal-dev
- golang-github-maxatome-go-testdeep-dev
- golang-github-protolambda-messagediff-dev
- node-shallowequal
- libtest-deep-unorderedpairs-perl
- golang-github-alangpierce-go-forceexport-dev
- golang-github-alecthomas-assert-dev
- ndiff
- xmldiff
- golang-github-d4l3k-messagediff-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)