Source: golang-github-go-errors-errors
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Raju Devidas <rajudev@disroot.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.3
Homepage: https://github.com/go-errors/errors
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
XS-Go-Import-Path: github.com/go-errors/errors
Testsuite: autopkgtest-pkg-go

Package: golang-github-go-errors-errors-dev
Architecture: all
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.