Result for 7A936521D3F103A3774B2A9CC0AAD10AA2BC4D45

Query result

Key Value
FileName./usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure.go
FileSize40165
MD5EC1FE80B258B4B57EA3E05EF2654E54C
SHA-17A936521D3F103A3774B2A9CC0AAD10AA2BC4D45
SHA-25680CAA03757DF7CE96A84D24ACDC7874D577AE79876E47BE25F0C660C5F15C2A0
SSDEEP768:Sikw40XxPX48D75HDdw0c090WSGYIbZ+xXnzYNUmXpC+bV1+KDEFYwQe9J5GPbZG:Sikw44xPX48DlHDdw0c090WSjIbZ+xXV
TLSHT15A03A7997BBF56A301D410E4DC9D0C836B9CF9B4463804ABFC9D52FD201CDB6A635BA2
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

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
FileSize24400
MD5E204227E883C155EB9FFA47E2160C335
PackageDescriptionlibrary for decoding generic map values into native Go structures mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. . This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. . Go offers fantastic standard libraries for decoding formats such as JSON. The standard method is to have a struct pre-created, and populate that struct from the bytes of the encoded format. This is great, but the problem is if you have configuration or an encoding that changes slightly depending on specific fields. . Perhaps we can't populate a specific structure without first reading the "type" field from the JSON. We could always do two passes over the decoding of the JSON (reading the "type" first, and the rest later). However, it is much simpler to just decode this into a map[string]interface{} structure, read the "type" key, then use something like this library to decode it into the proper structure.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion1.3.2-1
SHA-1219F15140F256133BDE5517B8F9375A1CC66C9E0
SHA-2563079B9873F1F705AA14FA8964F9B059D548FD083257FB0F4B270E12EA02650A2