Errors with stacktraces for Go
Package Errors adds stacktrace support to errors in Go. This is particularly useful when you want to understand the state of execution when an error was returned unexpectedly. It provides the type *Error which implements the standard golang error interface, so you can use this library interchangably with code that is expecting a normal error return. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/go-errors/errors
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.1.1-14.fc41 | - |
Fedora 41 | 1.1.1-14.fc41 | - |
Fedora 40 | 1.1.1-10.fc40 | - |
Fedora EPEL 10.0 | 1.1.1-14.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-errors dash maintainers at fedoraproject dot org
.