Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/alecthomas/repr/repr.go |
FileSize | 6536 |
MD5 | 056F0D9EC5C07B2E2747029A0A573FF1 |
SHA-1 | 9CF7DEEA2DBE2C7F9DE6F7387058588E798C2726 |
SHA-256 | 79454E95E8AABF1AF0B1FB06482EFAD96721B6AB2DAA64EAA4F69331095888E5 |
SSDEEP | 192:peFuryYRXutnPvEm5SiSZKS0st/g1SD6IV3Ex+cHq7a+xMdeo/bHiq:kF4/X0nEm5SieKS0st/g1SD6IV3Ex+c9 |
TLSH | T1E9D11FC5A2AE590542CA20F4F8544CC53E4EE43324FCB6A7F8CD118D926D4E68E1CAEB |
hashlookup:parent-total | 1 |
hashlookup:trust | 55 |
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 5056 |
MD5 | B2CF03DEBC954608D87533F8F46C0C4A |
PackageDescription | Python's repr() for Go The repr package attempts to represent Go values in a form that can be used almost directly in Go source code. . Unfortunately, some values (such as pointers to basic types) cannot be represented directly in Go. These values will be represented as &<value>, e.g. &23 . Example: . type test struct { S string I int A []int } . func main() { repr.Print(&test{ S: "String", I: 123, A: []int{1, 2, 3}, }) } . Outputs . &main.test{S: "String", I: 123, A: []int{1, 2, 3}} |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-alecthomas-repr-dev |
PackageSection | devel |
PackageVersion | 0.0~git20171013.3757840-1 |
SHA-1 | 6ED5379D534C1A41EEAD7D034195542DEFE0919A |
SHA-256 | C63C212A17A4C4CE18EBBC2AF98939344732EAD8D0DD296DA1F268A729FC2534 |