Mon, 15 Jul 2024 23:21:11 UTC | login

Information for build golang-github-hashicorp-multierror-1.1.1-7.fc40

ID290083
Package Namegolang-github-hashicorp-multierror
Version1.1.1
Release7.fc40
Epoch
SummaryGo package for representing a list of errors as a single error
DescriptionGo-multierror is a package for Go that provides a mechanism for representing a list of error values as a single error. This allows a function in Go to return an error that might actually be a list of errors. If the caller knows this, they can unwrap the list and access the errors. If the caller does not know, the error formats to a nice human-readable format. Go-multierror implements the errwrap interface so that it can be used with that library, as well.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 26 Feb 2024 10:12:54 UTC
CompletedMon, 26 Feb 2024 10:12:54 UTC
Tags
f40
f41
RPMs
src
golang-github-hashicorp-multierror-1.1.1-7.fc40.src.rpm (info) (download)
noarch
golang-github-hashicorp-multierror-devel-1.1.1-7.fc40.noarch.rpm (info) (download)
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Oct 13 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.1-3 - SPEC cleanup * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 29 2022 Maxwell G <gotmax@e.email> - 1.1.1-1 - Update to 1.1.1. Fixes rhbz#1938035.