Versions in this module Expand all Collapse all v0 v0.0.0 Dec 20, 2023 Changes in this version + var NewLine = true + var Prefix = "" + type Error struct + func New(errMsg string) *Error + func (e Error) Append(format string, a ...interface{}) Error + func (e Error) AppendErr(err error) Error + func (e Error) Error() string + func (e Error) Format(a ...interface{}) Error + func (e Error) IsAppended() bool + func (e Error) Panic() + func (e Error) Panicf(args ...interface{}) + func (e Error) String() string + func (e Error) With(err error) error