1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: golang-github-go-errors-errors
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Raju Devidas <rajudev@disroot.org>,
Anthony Fok <foka@debian.org>,
Utkarsh Gupta <utkarsh@debian.org>,
Arthur Diniz <arthurbdiniz@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-errors-errors.git
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-errors-errors.git
Homepage: https://github.com/go-errors/errors
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-errors/errors
Package: golang-github-go-errors-errors-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends}
Description: 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 interchangeably with code that is
expecting a normal error return.
|