[ ソース: golang-github-go-test-deep ]
パッケージ: golang-github-go-test-deep-dev (1.0.3-1)
golang-github-go-test-deep-dev に関するリンク
Debian の資源:
golang-github-go-test-deep ソースパッケージをダウンロード:
- [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]
メンテナ:
外部の資源:
- ホームページ [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)