Paquet : golang-github-gcla-deep-dev (1.0.2-2)
Liens pour golang-github-gcla-deep-dev
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source golang-github-gcla-deep :
- [golang-github-gcla-deep_1.0.2-2.dsc]
- [golang-github-gcla-deep_1.0.2.orig.tar.gz]
- [golang-github-gcla-deep_1.0.2-2.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
- golang-github-google-go-cmp-dev
- golang-github-powerman-deepequal-dev
- golang-github-hashicorp-go-cleanhttp-dev
- golang-k8s-sigs-structured-merge-diff-dev
- golang-github-go-viper-mapstructure-dev
- golang-github-maxatome-go-testdeep-dev
- ucf
- golang-github-goji-param-dev
- golang-github-bmatsuo-lmdb-go-dev
- python-lmfit-doc
- python-lmfit
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)
This is a fork of go-test/deep package with an additional feature.
Message from author about changes made in fork: Some packages may require Equal()'s parameters to be set in a particular way that is incompatible with other users within the same program. The global configuration parameters can be changed and restored, but this could lead to bugs due to race conditions. This commit makes the parameters that control Equal()'s operation part of a structure, Comparer, for which Equal() is now a method. Users can configure their own Comparer struct if desired. To preserve the existing package interface, the package-level Equals() method will use a default Comparer object that relies on pointers to the current global configuration parameters (pointers so that the operation of the global Equals() function will change immediately upon changing the value of any global configuration setting).
Autres paquets associés à golang-github-gcla-deep-dev
|
|
|
|
-
- dep: golang-github-go-test-deep-dev
- Golang deep variable equality test that returns human-readable differences
Télécharger golang-github-gcla-deep-dev
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 9,3 ko | 45,0 ko | [liste des fichiers] |