Result for D6019929FA2AAAE9A106D70F187A61A8AE6CECC0

Query result

Key Value
FileName./usr/share/gocode/src/github.com/mitchellh/mapstructure/decode_hooks_test.go
FileSize4207
MD55E57F24803168E22A8F5430973CE2AF1
SHA-1D6019929FA2AAAE9A106D70F187A61A8AE6CECC0
SHA-2569DCD8A909133E3A1BDDF1E49BAB0A0F5B3CE380FC0A30E54C9684403C88CF439
SSDEEP96:OEco+tnJZx1KXeTKtdDSqKcUOt+qKcUOlQlkCEqKcUOc:OpuF7EYEflkC5E3
TLSHT1FB91F149FB6F244A139430B0DA0C5CC522ACA0B241B911B39D8C77ADB2DC9F5E63A7B1
hashlookup:parent-total12
hashlookup:trust100

Network graph view

Parents (Total: 12)

The searched file hash is included in 12 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD51DDEE16C17FBA2C7279E64A61EA60CA2
PackageArchppc64
PackageDescriptionUnit tests for golang-github-mitchellh-mapstructure package This package contains unit tests for project providing packages with github.com/mitchellh/mapstructure prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-unit-test
PackageRelease0.10.git281073e.fc24
PackageVersion0
SHA-1C3FCD373CF02E4947E5D852FC8838B6599813A9A
SHA-2566177E7BCE64255913C719DFAB646EBDDA6F4664801CAFE39A0B29CA09F920310
Key Value
MD51106CA13204128295BCEA78992190C03
PackageArchaarch64
PackageDescriptionUnit tests for golang-github-mitchellh-mapstructure package This package contains unit tests for project providing packages with github.com/mitchellh/mapstructure prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-unit-test
PackageRelease0.13.gitca63d7c.el7
PackageVersion0
SHA-10E0C57C7DB0339DCB5236920025F8C935A2B9D11
SHA-256DB1B43542B137C1102B543D44EBFDF30383BA540A1024299E5628176B9552886
Key Value
MD5FBE88949D34DDA9B85D0629B6A9518C7
PackageArchi686
PackageDescriptionUnit tests for golang-github-mitchellh-mapstructure package This package contains unit tests for project providing packages with github.com/mitchellh/mapstructure prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-unit-test
PackageRelease0.13.gitca63d7c.el6
PackageVersion0
SHA-125D24CABB62C1EE0644F0537DB137833E9ADA2B2
SHA-256D2FB003EBD7BE6D8F8C12484D6DC336486C3BBDCB870D1E7A403920F8AE9B2CE
Key Value
MD53BD1EC454A47EB58A53A68BFFEAA4030
PackageArchnoarch
PackageDescriptionMapstructure 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/cbroglie/mapstructure
PackageMaintainerFedora Project
PackageNamegolang-github-cbroglie-mapstructure-devel
PackageRelease0.3.20190702git300500e.fc32
PackageVersion0
SHA-1167F838EBA68A283874FC818D0EB297A304ED4DF
SHA-25687B710FC89582B3537C86CE8F5F0928832E29CD5F9B91C31B17A628DC06852A3
Key Value
FileSize16290
MD5189C097D3C0F8A046520AE242C20C003
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
PackageVersion0.0~git20170523.0.d0303fe-1
SHA-19EDE70CBA21FA31E879D1A6F16338DD321D3341A
SHA-2561E1992DA58674B1C280C2504018D4572A5937D6CAADF66B8A717677E3FA451E0
Key Value
FileSize15340
MD53C1F4669F75E0A16BCE55BFA762DF698
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.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion0.0~git20161204.0.5a0325d-1
SHA-1E0A5A3D2FEE55A7F65610199CBFAA1DFDF7578B3
SHA-2561C4C85B2F6711FD8B0D27E18BF9B2DCFF9AC6939EC9C6C26F8B5E624A229C4C8
Key Value
FileSize14470
MD5FF6F899BF9CE17C1D19DE038BC44B27F
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
PackageVersion0.0~git20150717.0.281073e-2
SHA-111F27310A3F1DF805D5CF13DF6E442A31EA8DB4D
SHA-2563DA1CDC6DAAC15E75B8759F4AE69D37B4D44253CE4C18C2DC100E9C58AA279CB
Key Value
MD549A18980798E2243591E5BC2CABEE868
PackageArchnoarch
PackageDescriptionMapstructure 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/cbroglie/mapstructure
PackageMaintainerFedora Project
PackageNamegolang-github-cbroglie-mapstructure-devel
PackageRelease0.6.20210108gitc22e58b.fc34
PackageVersion0
SHA-1ECAACC252080203AA72C433EAE3DDB88C077F73F
SHA-2567264BC20F750EADC17942633B42223305DC62E6557B65E7F415E79A9C76F00FC
Key Value
MD5A6FEA340E9BA62A0DD25DE7BA6A9D20E
PackageArchx86_64
PackageDescriptionUnit tests for golang-github-mitchellh-mapstructure package This package contains unit tests for project providing packages with github.com/mitchellh/mapstructure prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-unit-test
PackageRelease0.13.gitca63d7c.el6
PackageVersion0
SHA-132A42A4D128E83E2A4F722BCAE1001DA7A6517F3
SHA-2566DE53EA2A2AD0067C94868D83A0177E9DCB20857CE32C3F27920A3511F2CFA16
Key Value
MD50AA50EDEC1DB4E8244FEC3D5AB5E3A14
PackageArchaarch64
PackageDescriptionUnit tests for golang-github-mitchellh-mapstructure package This package contains unit tests for project providing packages with github.com/mitchellh/mapstructure prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-unit-test
PackageRelease0.10.git281073e.fc24
PackageVersion0
SHA-1BDAF5377A9E7F3A4A1ED327A75E56E644CD724D6
SHA-2561A2240AA491E98BA8E5E59BB2819A3C41FF6B8460159FDA6DF015691987059C8
Key Value
MD57A4C681AA9CB0B32B3029EAFB6E2A4DB
PackageArchx86_64
PackageDescriptionUnit tests for golang-github-mitchellh-mapstructure package This package contains unit tests for project providing packages with github.com/mitchellh/mapstructure prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-unit-test
PackageRelease0.13.gitca63d7c.el7
PackageVersion0
SHA-1AB5426719D77ED9DBEFAD00CD8A829AFBCE5A09F
SHA-25609734E62718E4155D250AB8FF1AD8D645D29F85CC72BE563818DAEDC17CDCF37
Key Value
MD5C6B3621F16A1D5A2BFEE934F966DB24D
PackageArchnoarch
PackageDescriptionMapstructure 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/cbroglie/mapstructure
PackageMaintainerFedora Project
PackageNamegolang-github-cbroglie-mapstructure-devel
PackageRelease0.4.20190702git300500e.fc33
PackageVersion0
SHA-178FD2B15ADB19A2EEBB4ECDC00B8F2073227B44A
SHA-2565F91315A2F149C2A795490DA735F06E73E19B37315DA01F4216EB4BD18C2A548