Fri, 21 Jun 2024 01:26:38 UTC | login

Information for build golang-github-fatih-set-0.2.1-6.fc33

ID173112
Package Namegolang-github-fatih-set
Version0.2.1
Release6.fc33
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
StartedThu, 13 Aug 2020 12:29:36 UTC
CompletedThu, 13 Aug 2020 12:29:36 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-fatih-set-0.2.1-6.fc33.src.rpm (info) (download)
noarch
golang-github-fatih-set-devel-0.2.1-6.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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