معرفی شرکت ها


golang-github-google-go-cmp-dev_0.2.0-1_all.deb


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Package for comparing Go values in tests
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Buster-10
مخزن Debian main all
نام بسته golang-github-google-go-cmp-dev
نام فایل بسته golang-github-google-go-cmp-dev_0.2.0-1_all.deb
نسخه بسته 0.2.0
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/google/go-cmp
مجوز -
حجم دانلود 49592
حجم نصب 274
This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal. . The primary features of cmp are: * When the default behavior of equality does not suit the needs of the test, custom equality functions can override the equality operation. For example, an equality function may report floats as equal so long as they are within some tolerance of each other. * Types that have an Equal method may use that method to determine equality. This allows package authors to determine the equality operation for the types that they define. * If no custom equality functions are used and no Equal method is defined, equality is determined by recursively comparing the primitive kinds on both values, much like reflect.DeepEqual. Unlike reflect.DeepEqual, unexported fields are not compared by default; they result in panics unless suppressed by using an Ignore option (see cmpopts.IgnoreUnexported) or explicitly compared using the AllowUnexported option. . See the GoDoc documentation (https://godoc.org/github.com/google/go-cmp/cmp) for more information.


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-google-go-cmp-dev:

    sudo apt-get install golang-github-google-go-cmp-dev_0.2.0-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-google-go-cmp-dev/changelog.Debian.gz
./usr/share/doc/golang-github-google-go-cmp-dev/copyright
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/equate.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/ignore.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/sort.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/sort_go17.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/sort_go18.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/struct_filter.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts/util_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/compare.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/compare_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/example_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/diff/diff.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/diff/diff_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/function/func.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/testprotos/protos.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/teststructs/project1.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/teststructs/project2.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/teststructs/project3.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/teststructs/project4.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/teststructs/structs.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/value/format.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/value/format_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/value/sort.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/value/sort_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/options.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/options_test.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/path.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/reporter.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/unsafe_panic.go
./usr/share/gocode/src/github.com/google/go-cmp/cmp/unsafe_reflect.go