معرفی شرکت ها


golang-github-gcla-deep-dev_1.0.2-2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Golang deep variable equality test that returns human-readable differences
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Lunar-23.04
مخزن Ubuntu universe all
نام بسته golang-github-gcla-deep-dev
نام فایل بسته golang-github-gcla-deep-dev_1.0.2-2_all.deb
نسخه بسته 1.0.2
انتشار بسته 2
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/gcla/deep
مجوز -
حجم دانلود 9300
حجم نصب 44
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).


نیازمندی

مقدار نام
- golang-github-go-test-deep-dev


نحوه نصب


نصب پکیج deb golang-github-gcla-deep-dev:

    sudo apt-get install golang-github-gcla-deep-dev_1.0.2-2_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-gcla-deep-dev/README.md
./usr/share/doc/golang-github-gcla-deep-dev/changelog.Debian.gz
./usr/share/doc/golang-github-gcla-deep-dev/copyright
./usr/share/gocode/src/github.com/gcla/deep/deep.go
./usr/share/gocode/src/github.com/gcla/deep/deep_test.go