Result for C303E04AED06DE2156AAF1EB6752713092847B86

Query result

Key Value
FileName./usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure_bugs_test.go
FileSize856
MD59EABE955E23D1275CB0C0B7025EC9D0F
SHA-1C303E04AED06DE2156AAF1EB6752713092847B86
SHA-256A7EC785253A7223B7A023995877A767E8BC8507C9FCE28B27C13D145FAE98824
SSDEEP12:OWN5TnxDyCTkMqqi9zM4s52sXJ+Hrs4stuf4ZkRzDsbCTkMqqi9zM4s52sXJ+Hrl:OWjTUNqi5qZ5GQvMSNqi5qZ5GQv0
TLSHT10411E9C94EDB99590BC430E12C0A841B40B89CF4D8EA688AEECC66EF614E8C53718799
hashlookup:parent-total21
hashlookup:trust100

Network graph view

Parents (Total: 21)

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

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
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
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
MD59955931D5DEF6E80B208898E9D9D6161
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 library source intended for building other packages which use mitchellh/mapstructure.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease0.1.git740c764.fc22
PackageVersion0
SHA-118EFE8429F1134A1B34E6B55A903BE4BDE835927
SHA-25610AC5008524381D0564529B6CB06030AE3A3516C793633B917D0C82F9B7E4E2A
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
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
MD54C88B5AEE287FD578BEBE09AF25E7D68
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.5.git740c764.fc23
PackageVersion0
SHA-138233F79CC7055A8E5C59AEC81B504E080944338
SHA-2564ECCFF181117A01FF0429FEB25FE92A7F43CF60AC807CB1697BCC91D7C3CF131
Key Value
FileSize12668
MD546C66BD90BB1320AB40BD3FE7D1E7153
PackageDescriptionGo library for decoding generic map values into native 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. . This package is a fork of the golang-github-mitchellh-mapstructure package to more elegantly support decoding data with an unknown structure by using the runtime reflection features of the Go language.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-cbroglie-mapstructure-dev
PackageSectiondevel
PackageVersion0.0~git20150405.0.25325b4-2
SHA-14FC1D1D1B965982A37A63812B1C1196622805E2F
SHA-2565FDE468859181AB3F43AF916183FEA9FF56E4810FC0711E3ABDD2482DA835B13
Key Value
MD54C06DCC3B8E2B31312BCB0D90169A68B
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 library source intended for building other packages which use mitchellh/mapstructure.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease0.1.git740c764.fc21
PackageVersion0
SHA-157089B2F640BE2B6682AFFB5C1A8AD8CF2BBE804
SHA-25676E39741BCDF59B5C05E401EECD062742959739AF1560611896818DBFC4F26F5
Key Value
MD5F8BE6D11B6827E4A8DC1BC16DDA343F7
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 library source intended for building other packages which use mitchellh/mapstructure.
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease0.1.git740c764.fc21
PackageVersion0
SHA-15B31753AF9BB87B82FAEA31211EDD76EBFE55D5F
SHA-256C5A54DD454F3C80D63A0266019D4B7C4704761BE7CFF0B0046455EB5FA1D96BA