SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-google-cmp-devel rpm build for : Fedora 27. For other distributions click golang-github-google-cmp-devel.

Name : golang-github-google-cmp-devel
Version : 0.2.0 Vendor : Fedora Project
Release : 1.fc27 Date : 2018-05-24 21:25:42
Group : Unspecified Source RPM : golang-github-google-cmp-0.2.0-1.fc27.src.rpm
Size : 0.23 MB
Packager : Fedora Project
Summary : Package for comparing Go values in tests
Description :

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.

This package contains library source intended for
building other packages which use import path with
github.com/google/go-cmp prefix.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/updates/27/ppc64le/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-google-cmp-devel-0.2.0-1.fc27.noarch.rpm
ftp.icm.edu.pl  golang-github-google-cmp-devel-0.2.0-1.fc27.noarch.rpm
     

Provides :
golang(github.com/google/go-cmp/cmp)
golang(github.com/google/go-cmp/cmp/cmpopts)
golang(github.com/google/go-cmp/cmp/internal/diff)
golang(github.com/google/go-cmp/cmp/internal/function)
golang(github.com/google/go-cmp/cmp/internal/testprotos)
golang(github.com/google/go-cmp/cmp/internal/teststructs)
golang(github.com/google/go-cmp/cmp/internal/value)
golang-github-google-cmp-devel
golang-ipath(github.com/google/go-cmp)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/share/doc/golang-github-google-cmp-devel
/usr/share/doc/golang-github-google-cmp-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-google-cmp-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/google
/usr/share/gocode/src/github.com/google/go-cmp
/usr/share/gocode/src/github.com/google/go-cmp/.goipath
/usr/share/gocode/src/github.com/google/go-cmp/CONTRIBUTING.md
/usr/share/gocode/src/github.com/google/go-cmp/README.md
/usr/share/gocode/src/github.com/google/go-cmp/cmp
/usr/share/gocode/src/github.com/google/go-cmp/cmp/cmpopts
/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_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
/usr/share/gocode/src/github.com/google/go-cmp/cmp/internal/diff
/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/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
/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
/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
There is 17 files more in these RPM.

 
ICM