Versions in this module Expand all Collapse all v0 v0.0.3 Oct 31, 2016 Changes in this version + const Version + var NewLine = true + var Prefix = "Error: " + 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