[ 原始碼: golang-github-go-errors-errors ]
套件:golang-github-go-errors-errors-dev(1.0.1-4)
golang-github-go-errors-errors-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-go-errors-errors:
- [golang-github-go-errors-errors_1.0.1-4.dsc]
- [golang-github-go-errors-errors_1.0.1.orig.tar.xz]
- [golang-github-go-errors-errors_1.0.1-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-jkeiser-iter-dev
- node-async-stacktrace
- golang-github-hashicorp-go-multierror-dev
- libclj-stacktrace-clojure
- golang-github-brentp-vcfgo-dev
- golang-github-go-ozzo-ozzo-validation.v4-dev
- golang-github-pelletier-go-toml.v2-dev
- golang-github-crewjam-httperr-dev
- libplack-middleware-logerrors-perl
- golang-github-juju-errors-dev
- clisp-module-pcre
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.