Result for 50757C1C7374E56C75D04EBD18044DC945A787B9

Query result

Key Value
FileName./usr/share/gocode/src/github.com/rolieup/golie/.goipath
FileSize46
MD5994CA865F2782309D4CB404DB96F80E2
SHA-150757C1C7374E56C75D04EBD18044DC945A787B9
SHA-25687BEBBA1E2D03DF911C5B6DB6873B2318296B2A7F0BCD39C807386FEC4F75C73
SSDEEP3:Wm3waRvAEeBy4zAGIV4n:WmxsBy4zJIV4n
TLSH
hashlookup:parent-total5
hashlookup:trust75

Network graph view

Parents (Total: 5)

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

Key Value
MD5E36347A09E1956718F1527DCB3E84C0F
PackageArchnoarch
PackageDescriptionThis repository contains immutable collection types for Go. It includes List, Map, and SortedMap implementations. Immutable collections can provide efficient, lock free sharing of data by requiring that edits to the collections return new collections. The collection types in this library are meant to mimic Go built-in collections such asslice and map. The primary usage difference between Go collections and immutable collections is that immutable collections always return a new collection on mutation so you will need to save the new reference. Immutable collections are not for every situation, however, as they can incur additional CPU and memory overhead. Please evaluate the cost/benefit for your particular project. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/benbjohnson/immutable
PackageMaintainerFedora Project
PackageNamegolang-github-benbjohnson-immutable-devel
PackageRelease2.fc33
PackageVersion0.2.0
SHA-16AD783596D7354FC76815599A5F3B8559C9E8196
SHA-25618628ADD98AA4F6D5DDC8E66C2182CF5CCE3871D9C0C49638AFD60E183648A94
Key Value
MD55199842F5DD1C4CEA2330FA15689F49C
PackageArchnoarch
PackageDescriptionPackage stm provides Software Transactional Memory operations for Go. This is an alternative to the standard way of writing concurrent code (channels and mutexes). STM makes it easy to perform arbitrarily complex operations in an atomic fashion. One of its primary advantages over traditional locking is that STM transactions are composable, whereas locking functions are not -- the composition will either deadlock or release the lock between functions (making it non-atomic). The stm API tries to mimic that of Haskell's Control.Concurrent.STM, but this is not entirely possible due to Go's type system; we are forced to use interface{} and type assertions. Furthermore, Haskell can enforce at compile time that STM variables are not modified outside the STM monad. This is not possible in Go, so be especially careful when using pointers in your STM code. Another significant departure is that stm.Atomically does not return a value. This shortens transaction code a bit, but I'm not 100% it's the right decision. (The alternative would be for every transaction function to return an interface{}.) This package contains the source code needed for building packages that reference the following Go import paths: – github.com/anacrolix/stm
PackageMaintainerFedora Project
PackageNamegolang-github-anacrolix-stm-devel
PackageRelease2.fc33
PackageVersion0.2.0
SHA-172BCDCFA9761F01958476EA72827BB233D5453D4
SHA-256AD77E1DDB0DEBF54065FFD1D9603AE9298E2F02F248898DDA6525B69E82EC16E
Key Value
MD5F090BEF17FB7D8FD86203A7DB46FF4EB
PackageArchnoarch
PackageDescriptionA client/server implementation of ROLIE written in GO. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/rolieup/golie
PackageMaintainerFedora Project
PackageNamegolang-github-rolieup-golie-devel
PackageRelease2.fc33
PackageVersion0.2.0
SHA-18165FA791C0848144D8628DAC65C84AD96313761
SHA-25669D6F13CAB42D9E4DCC1BC896FBDD2AF60C42E6AE59F40EC71CFF3E76E95FD63
Key Value
MD5146E72EDF48A6CDF017F1CD766020FC5
PackageArchnoarch
PackageDescriptionThe cmdtest package simplifies testing of command-line interfaces. It provides a simple, cross-platform, shell-like language to express command execution. It can compare actual output with the expected output, and can also update a file with new "golden" output that is deemed correct. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/go-cmdtest
PackageMaintainerFedora Project
PackageNamegolang-github-google-cmdtest-devel
PackageRelease2.fc33
PackageVersion0.2.0
SHA-1968FE929C2082AD697FEA0B5B1B0BE6A5412DAE7
SHA-25699D06604B5A737769A8787A01D5B83CD720C69513F4E1B45B9EF03381AD8E5EB
Key Value
MD563FEB856E60BDCDCEE2597578505530A
PackageArchnoarch
PackageDescriptionData model artifacts for prometheus. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/prometheus/client_model
PackageMaintainerFedora Project
PackageNamegolang-github-prometheus-client-model-devel
PackageRelease2.fc33
PackageVersion0.2.0
SHA-1AD756FD8A523B30FFB390115114E30CD34178E81
SHA-256D809B98D003530E65D31E93B3D00456C050A5CEC07B5639A8F69A3D74C1AE204