Source File
doc.go
Belonging Package
github.com/efficientgo/core/errors
// Copyright (c) The EfficientGo Authors.// Licensed under the Apache License 2.0.// Initially copied from Thanos and contributed by https://github.com/bisakhmondal.//// Copyright (c) The Thanos Authors.// Licensed under the Apache License 2.0.// Package errors provides basic utilities to manipulate errors with a useful stacktrace. It combines the// benefits of errors.New and fmt.Errorf world into a single package. It is an improved and minimal version of the popular// https://github.com/pkg/errors (archived) package allowing reliable wrapping of errors with stacktrace. Unfortunately,// the standard library recommended error wrapping using `%+w` is prone to errors and does not support stacktraces.package errors
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |