[ 原始碼: 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 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)