Fedora Packages

golang-gopkg-warnings-0-devel Subpackage of golang-gopkg-warnings-0

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

Releases Overview

Release Stable Testing
Fedora Rawhide 0.1.2-17.fc40 -
Fedora 40 0.1.2-17.fc40 -
Fedora 39 0.1.2-15.fc39 -
Fedora 38 0.1.2-14.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at golang-gopkg-warnings-0 dash maintainers at fedoraproject dot org.



Sources on Pagure