Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-gopkg-warnings-0-devel | Distribution: Fedora Project |
Version: 0.1.2 | Vendor: Fedora Project |
Release: 15.fc39 | Build date: Thu Jul 20 06:57:52 2023 |
Group: Unspecified | Build host: buildvm-x86-10.iad2.fedoraproject.org |
Size: 11397 | Source RPM: golang-gopkg-warnings-0-0.1.2-15.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/go-warnings/warnings | |
Summary: Implements error handling with non-fatal errors (warnings) |
A recurring programming pattern pattern is to allow interrupting the flow on any received error. But what if there are errors that should be noted but still not fatal, for which the flow should not be interrupted? Implementing such logic at each if statement would make the code complex and the flow much harder to follow. Package Warnings provides the Collector type and a clean and simple pattern for achieving such logic. The Collector takes care of deciding when to break the flow and when to continue, collecting any non-fatal errors (warnings) along the way. The only requirement is that fatal and non-fatal errors can be distinguished programmatically. This package contains the source code needed for building packages that reference the following Go import paths: – gopkg.in/warnings.v0
BSD
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.1.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 0.1.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 0.1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 0.1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 0.1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/golang-gopkg-warnings-0-devel /usr/share/doc/golang-gopkg-warnings-0-devel/README /usr/share/gocode/src/gopkg.in /usr/share/gocode/src/gopkg.in/warnings.v0 /usr/share/gocode/src/gopkg.in/warnings.v0/.goipath /usr/share/gocode/src/gopkg.in/warnings.v0/warnings.go /usr/share/gocode/src/gopkg.in/warnings.v0/warnings_test.go /usr/share/licenses/golang-gopkg-warnings-0-devel /usr/share/licenses/golang-gopkg-warnings-0-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 21:55:09 2024