Thu, 20 Jun 2024 22:34:27 UTC | login

Information for build golang-github-fatih-set-0.2.1-3.fc31

ID98721
Package Namegolang-github-fatih-set
Version0.2.1
Release3.fc31
Epoch
SummarySet data structure for Go
Description Set is a basic and simple, hash-based, Set data structure implementation in Go. Set provides both threadsafe and non-threadsafe implementations of a generic set data structure. The thread safety encompasses all operations on one set. Operations on multiple sets are consistent in that the elements of each set used was valid at exactly one point in time between the start and the end of the operation. Because it's thread safe, you can use it concurrently with your goroutines.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 10:58:24 UTC
CompletedWed, 24 Jul 2019 10:58:24 UTC
Tags
f31
RPMs
src
golang-github-fatih-set-0.2.1-3.fc31.src.rpm (info) (download)
noarch
golang-github-fatih-set-devel-0.2.1-3.fc31.noarch.rpm (info) (download)
Changelog * Mon May 27 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.1-3 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 09 2018 Gabe <redhatrises@gmail.com> - 0.2.1-1 - First package for Fedora