软件包: golang-github-go-errors-errors-dev (1.0.1-3)
golang-github-go-errors-errors-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-go-errors-errors:
- [golang-github-go-errors-errors_1.0.1-3.dsc]
- [golang-github-go-errors-errors_1.0.1.orig.tar.xz]
- [golang-github-go-errors-errors_1.0.1-3.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Raju Devidas
- Anthony Fok
外部的资源:
- 主页 [github.com]
相似软件包:
- node-async-stacktrace
- golang-github-jkeiser-iter-dev
- golang-github-brentp-vcfgo-dev
- golang-github-hashicorp-go-multierror-dev
- libclj-stacktrace-clojure
- golang-github-pelletier-go-toml.v2-dev
- golang-github-crewjam-httperr-dev
- libplack-middleware-logerrors-perl
- golang-github-juju-errors-dev
- clisp-module-pcre
- golang-github-michaeltjones-walk-dev
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.