[ ソース: golang-github-go-errors-errors ]
パッケージ: golang-github-go-errors-errors-dev (1.5.1-1)
golang-github-go-errors-errors-dev に関するリンク
Debian の資源:
golang-github-go-errors-errors ソースパッケージをダウンロード:
- [golang-github-go-errors-errors_1.5.1-1.dsc]
- [golang-github-go-errors-errors_1.5.1.orig.tar.gz]
- [golang-github-go-errors-errors_1.5.1-1.debian.tar.xz]
メンテナ:
- Debian Go Packaging Team (QA ページ)
- Raju Devidas (QA ページ)
- Anthony Fok (QA ページ)
- Utkarsh Gupta (QA ページ)
- Arthur Diniz (QA ページ)
外部の資源:
- ホームページ [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.