[ trixie ]
[ sid ]
[ Bron: golang-github-zeebo-errs ]
Pakket: golang-github-zeebo-errs-dev (1.3.0-3)
Verwijzigingen voor golang-github-zeebo-errs-dev
Debian bronnen:
Het bronpakket golang-github-zeebo-errs downloaden:
- [golang-github-zeebo-errs_1.3.0-3.dsc]
- [golang-github-zeebo-errs_1.3.0.orig.tar.gz]
- [golang-github-zeebo-errs_1.3.0-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
errs is a Go library for error handling
errs is a package for making errors friendly and easy. Errors come with a stack trace that is only printed when a "+" character is used in the format string. This should retain the benefits of being able to diagnose where and why errors happen, without all of the noise of printing a stack trace in every situation.
This package contains the library.