Versions in this module Expand all Collapse all v0 v0.6.4 Apr 5, 2018 v0.6.3 Apr 5, 2018 Changes in this version + type WithContext interface + Context func() string + RawError func() string + func Errorf(context, format string, a ...interface{}) WithContext + func New(context, err string) WithContext + func Wrap(context string, err error) WithContext + func Wrapf(context string, err error, format string, a ...interface{}) WithContext