Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/alecthomas/repr/repr.go |
FileSize | 7558 |
MD5 | 23BBFF527561D297FEF7224B77E5841A |
SHA-1 | 26D65083463D9779602D50E4F555255472A4A20C |
SHA-256 | 780F73797F6363F408D087498E53CC5984F0564F8EA37501416922A55CD6CD3A |
SSDEEP | 192:peFuryYRj0uGnPvEm5s3SiSZKS0st/o1SDSIV3Ex++Hq7a+hMNewXbHyq:kF4/j0znEm5s3SieKS0st/o1SDSIV3E1 |
TLSH | T1BBF123C8A2EE590542CB20F4FC514CC5395EE43328FDA6A7F8CD419C926D4E68D1DAEB |
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 | 5476 |
MD5 | 38416147232FF3E8E080A62E2C03C6B2 |
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 | Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org> |
PackageName | golang-github-alecthomas-repr-dev |
PackageSection | devel |
PackageVersion | 0.0~git20180318.07932d3-1~bpo9+1 |
SHA-1 | 5D226EBCAAF942575EB86A78B1617192A0B19CE4 |
SHA-256 | 1BFBEAD92D68B9E445DDAA6F74F83C31DF000FF90EFC99687F4EB328587664CC |