https://github.com/pkg/errors/blob/614d223910a179a466c1767a985424175c39b465/errors.go#L244 how can i change format return error message, to this func (w *withMessage) Error() string { return w.cause.Error()+ " | " + w.msg }
errors/errors.go
Line 244 in 614d223
how can i change format return error message, to this
func (w *withMessage) Error() string { return w.cause.Error()+ " | " + w.msg }