Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/google/go-cmp/cmp/example_reporter_test.go |
FileSize | 1315 |
MD5 | 90BDBCDBB6EA7156068E3DCFB7459244 |
SHA-1 | 270D4947AD721A527BF271B4A913D35ECA25AD4B |
SHA-256 | 027E161D7D050BBDE6E77AC2BAC26DED80E19E4FE4B7756A1F11F7CFD3E5363D |
SHA-512 | 166BE2B597A18DB92FCE33BCA1B3F0EA9EFF35369AF8CEE005826852D71C623F422646A26BB372ED2CC02E2593EF7E955E743B3A928A708B0BA0D905881EE584 |
SSDEEP | 24:sMPMHYB0A5MkwPwcEFRc2BhjJ0k4Jmx5Ii6WFz4eb6q+:sMPEdgMkfceBJmkVx5Ii6WFz4eed |
TLSH | T1EE216839925901223FED31D68D4D5CAF35A755A20135DB51AB0E533F102E8FEBD28C87 |
insert-timestamp | 1659227099.6607082 |
mimetype | text/plain |
source | snap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
hashlookup:parent-total | 9 |
hashlookup:trust | 95 |
The searched file hash is included in 9 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | E32FA9CC27AC73452489178C72BD2E76 |
PackageArch | noarch |
PackageDescription | This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/go-cmp |
PackageMaintainer | guillomovitch <guillomovitch> |
PackageName | golang-github-google-cmp-devel |
PackageRelease | 1.mga9 |
PackageVersion | 0.5.7 |
SHA-1 | 3C372C0BC5948323216EAC77D1D0FF8AD8419C69 |
SHA-256 | 1C7A2C7A93103D9BCAC8E639608D062FE8658A662CA296CEBB6E3D1D4783C65F |
Key | Value |
---|---|
FileSize | 83752 |
MD5 | 7C31FDC5FEC4DBC401C4C2033DD2B688 |
PackageDescription | Package for comparing Go values in tests 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. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-google-go-cmp-dev |
PackageSection | golang |
PackageVersion | 0.5.4-1~bpo10+1 |
SHA-1 | 05E81807AE4D3B8CCA7F53021DD07C0830A1638B |
SHA-256 | 02D2FC92BAF07897630B4033A923BD59FFFCA74FC7A332B407062CD22BD23B84 |
Key | Value |
---|---|
FileSize | 86156 |
MD5 | 8522AAB87F075D15227FFCAA130E7C23 |
PackageDescription | Package for comparing Go values in tests 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. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-google-go-cmp-dev |
PackageSection | golang |
PackageVersion | 0.5.6-1 |
SHA-1 | 6B4A8CC572E132246BB4A50318ADD215410DAD5E |
SHA-256 | 1D2C4E17A278A5023566584DAD0476AA43E0513CE42E9784E04CC4D6A5BB7673 |
Key | Value |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
MD5 | C7EE2EDBB6F4E6962997E55E4575A305 |
PackageArch | noarch |
PackageDescription | This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/go-cmp |
PackageMaintainer | guillomovitch <guillomovitch> |
PackageName | golang-github-google-cmp-devel |
PackageRelease | 1.mga8 |
PackageVersion | 0.5.4 |
SHA-1 | 41A89158B786B4E2FCB51D56ECB38F619ECEE9EF |
SHA-256 | 549CADFEAA235747DE2A8A75CA6219928C88E4CB5083A819C6B3D7B19EFBFD33 |
Key | Value |
---|---|
FileSize | 83652 |
MD5 | 02FF0265976634470307C87C0D199514 |
PackageDescription | Package for comparing Go values in tests 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. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-google-go-cmp-dev |
PackageSection | golang |
PackageVersion | 0.5.4-1 |
SHA-1 | E143ACE8C874C99EF12FD3D33DBD93B4E1D73761 |
SHA-256 | EB43B0C4E642566EC07C3891B0C58499D2B65949530CAF71CA3A462C386C1586 |
Key | Value |
---|---|
MD5 | C12DDBF1390BEBDE3BE35BEA254D1E76 |
PackageArch | noarch |
PackageDescription | This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/go-cmp |
PackageMaintainer | Fedora Project |
PackageName | golang-github-google-cmp-devel |
PackageRelease | 2.fc34 |
PackageVersion | 0.5.4 |
SHA-1 | 480DF4C34327B9AFA2CBFF9D326A7B74062E7623 |
SHA-256 | 691DCE93EB35E25EC575F41262C8F40072DB772A01503B2BE9009BD832EB5A6A |
Key | Value |
---|---|
FileSize | 83700 |
MD5 | E7109D6837E6407F0F250AD7CFF761E5 |
PackageDescription | Package for comparing Go values in tests 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-google-go-cmp-dev |
PackageSection | golang |
PackageVersion | 0.5.4-1 |
SHA-1 | BF63DE3EBFD72C8AB33A6719932AFFE33F67B0D5 |
SHA-256 | C5B29E9BE9073F063AFBD3656C2418054E89AEA0AD45BDF9C4AA8EC77962312E |
Key | Value |
---|---|
MD5 | 7256D853FFB735FFE8896A3901B12796 |
PackageArch | noarch |
PackageDescription | This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/go-cmp |
PackageMaintainer | guillomovitch <guillomovitch> |
PackageName | golang-github-google-cmp-devel |
PackageRelease | 1.mga9 |
PackageVersion | 0.5.8 |
SHA-1 | F8F6D7F8B4406DFC83DC05EC36B58F800223C232 |
SHA-256 | 5C56659387B536FB6CE3E595A46D9166879AD7CA1A142F5A0A40420CDD999573 |