Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/rolieup/golie/.goipath |
FileSize | 46 |
MD5 | 994CA865F2782309D4CB404DB96F80E2 |
SHA-1 | 50757C1C7374E56C75D04EBD18044DC945A787B9 |
SHA-256 | 87BEBBA1E2D03DF911C5B6DB6873B2318296B2A7F0BCD39C807386FEC4F75C73 |
SSDEEP | 3:Wm3waRvAEeBy4zAGIV4n:WmxsBy4zJIV4n |
TLSH | |
hashlookup:parent-total | 5 |
hashlookup:trust | 75 |
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 |
---|---|
MD5 | E36347A09E1956718F1527DCB3E84C0F |
PackageArch | noarch |
PackageDescription | This 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-benbjohnson-immutable-devel |
PackageRelease | 2.fc33 |
PackageVersion | 0.2.0 |
SHA-1 | 6AD783596D7354FC76815599A5F3B8559C9E8196 |
SHA-256 | 18628ADD98AA4F6D5DDC8E66C2182CF5CCE3871D9C0C49638AFD60E183648A94 |
Key | Value |
---|---|
MD5 | 5199842F5DD1C4CEA2330FA15689F49C |
PackageArch | noarch |
PackageDescription | Package 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-anacrolix-stm-devel |
PackageRelease | 2.fc33 |
PackageVersion | 0.2.0 |
SHA-1 | 72BCDCFA9761F01958476EA72827BB233D5453D4 |
SHA-256 | AD77E1DDB0DEBF54065FFD1D9603AE9298E2F02F248898DDA6525B69E82EC16E |
Key | Value |
---|---|
MD5 | F090BEF17FB7D8FD86203A7DB46FF4EB |
PackageArch | noarch |
PackageDescription | A 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-rolieup-golie-devel |
PackageRelease | 2.fc33 |
PackageVersion | 0.2.0 |
SHA-1 | 8165FA791C0848144D8628DAC65C84AD96313761 |
SHA-256 | 69D6F13CAB42D9E4DCC1BC896FBDD2AF60C42E6AE59F40EC71CFF3E76E95FD63 |
Key | Value |
---|---|
MD5 | 146E72EDF48A6CDF017F1CD766020FC5 |
PackageArch | noarch |
PackageDescription | The 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-google-cmdtest-devel |
PackageRelease | 2.fc33 |
PackageVersion | 0.2.0 |
SHA-1 | 968FE929C2082AD697FEA0B5B1B0BE6A5412DAE7 |
SHA-256 | 99D06604B5A737769A8787A01D5B83CD720C69513F4E1B45B9EF03381AD8E5EB |
Key | Value |
---|---|
MD5 | 63FEB856E60BDCDCEE2597578505530A |
PackageArch | noarch |
PackageDescription | Data 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 |
PackageMaintainer | Fedora Project |
PackageName | golang-github-prometheus-client-model-devel |
PackageRelease | 2.fc33 |
PackageVersion | 0.2.0 |
SHA-1 | AD756FD8A523B30FFB390115114E30CD34178E81 |
SHA-256 | D809B98D003530E65D31E93B3D00456C050A5CEC07B5639A8F69A3D74C1AE204 |