Thu, 20 Jun 2024 18:03:03 UTC | login

Information for build golang-github-fatih-set-0.2.1-5.fc32

ID142253
Package Namegolang-github-fatih-set
Version0.2.1
Release5.fc32
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
StartedFri, 27 Mar 2020 10:32:24 UTC
CompletedFri, 27 Mar 2020 10:32:24 UTC
Tags
f33
RPMs
src
golang-github-fatih-set-0.2.1-5.fc32.src.rpm (info) (download)
noarch
golang-github-fatih-set-devel-0.2.1-5.fc32.noarch.rpm (info) (download)
Changelog * 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