Result for F1314107D0B954A5643FC88CE9A21C7ED6CEE291

Query result

Key Value
FileName./usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure_benchmark_test.go
FileSize5764
MD5AB12C941A5DEC0148F5084F2BAC83AC9
SHA-1F1314107D0B954A5643FC88CE9A21C7ED6CEE291
SHA-256B0A41128D62A7D0FDA890083ED96325B92497A5AFD7E873136F9884E0B770CAE
SHA-512E72F90D0A83EBCAA6429AB9C7ABC7E51CA63D64EDED47FB2138BE37A12241CD55F8DB58ECEB5619207515205FEABD5CD694EB3398F2C556C7C7D589B939099FF
SSDEEP96:OTmSt0h6fZJ0LzBZ/02Ixsjt0Lsc0c4QSfsxH0k0h4Z0s0TN50s6fDpe0Hu0IHsm:OTmSt0whJ0fP02IA0Lsc0U0k0h4Z0s0R
TLSHT10AC1F3CA5F5715430A9420D02CEC9D58099C50A45CE5B1FEFE8D37CE839FAA633396B9
insert-timestamp1659226647.612707
mimetypetext/x-pascal
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

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

Key Value
FileSize25852
MD5D34C9C30A78C9DC9F7E177B7F9DF235B
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 <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion1.3.3-1
SHA-1AC4B6D3979FC061C4DFCC1ED8B2D7A56284C490E
SHA-256DFBB91B13800156EC75B76C052D361214F7292393D9C99A31786591C0A5716B9
Key Value
MD59E5C6E613CC81B8BFDB5218DAF62F40E
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/mitchellh/mapstructure
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease2.fc34
PackageVersion1.4.1
SHA-1DBE5BF4B3A0F77C585451FF8A7A23A271E642780
SHA-256B5CB8E8A55818CECD93FC7472ECBBEF0BD6004CD71A7272C56203B22D599E0E3
Key Value
FileSize25056
MD5F53DCF7E2D521460DBA64EFC5140AB48
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.3-1
SHA-138D01A0C1F649D1F226D3AC69DEBAACA4E84C6FE
SHA-25620290FA3F8428901BCEF3C29E2E8D2F5C9F932E2EC4F8CA6DCC7E4D322A56AF8
Key Value
SHA-103BD1018751C915F71C1E2AE51345C94CA1942ED
snap-authoritycanonical
snap-filenamemdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
snap-idmdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
snap-nameaxiom
snap-publisher-id1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T17:34:13.464567Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
Key Value
FileSize25908
MD5D7254C23CC72CD5C434D9C3B9026C038
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 <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiondevel
PackageVersion1.3.3-1~bpo10+1
SHA-15FA8AA537C90CB9B59AAEAB74FE04C637152E4D8
SHA-25613ECD0C15DB7A9EF665B752C9DE94B92EA14B59F6E7D60EA3B6887F3C1727118
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
Key Value
MD50A1D02E541CDFEB1D6BFA33CDD7349DA
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/mitchellh/mapstructure
PackageMaintainerumeabot <umeabot>
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease2.mga9
PackageVersion1.4.1
SHA-17FA55515D60BAFF734F064F2C4B8033508B81297
SHA-2568AB17D8F86F3A11FD91CE09587CE46EE89A33D6E2F664048BC68B6550C412A6F
Key Value
FileSize27820
MD5F186D11108F5653DEEA03C67CF78B269
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 <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-mitchellh-mapstructure-dev
PackageSectiongolang
PackageVersion1.4.2-1
SHA-1165F8DBFD443FCE544359FBBB0941708F4367501
SHA-256C01EAD98866564A7E23B247AC2C68B9F60116C4E6CF323A3F680F490BD544522
Key Value
MD5DA562BAC0FFB14E5F74A353A39741F3B
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/mitchellh/mapstructure
PackageMaintainerneoclust <neoclust>
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease1.mga9
PackageVersion1.5.0
SHA-11B9E86840C544F15D53040B35E152F08B571A4C1
SHA-2561129CEFC3C1D43E389996F33494B2ECE4362D73D1CD61435CC875D2CE667A68D
Key Value
MD53598D7A2473F4BC780EF7127AD1ED063
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/mitchellh/mapstructure
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-mapstructure-devel
PackageRelease1.fc33
PackageVersion1.3.3
SHA-11DD90638EAFA050B2A75FBBB71EA0F846ADE668B
SHA-256009A8F55422B2E1863186791B5B20309028EB1A8A4DE3E02DF1BF8189B4A6213