# 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