Categorygithub.com/trim21/errgo
modulepackage
0.0.3
Repository: https://github.com/trim21/errgo.git
Documentation: pkg.go.dev

# README

Go package to add trace back and message to golang errors

# Functions

Msg replace error message.
MsgNoTrace replace error message without adding trace.
Trace add trace to error, without change error message.
Wrap add context to error message.

# Interfaces

No description provided by the author