SendableError.Internal()
- renamed SendableError.String() => SendableError.Internal() to give more context to what it actually does since by default a dumped error using
fmt.Prtinf("%+v", err)
will still use.Error()
for message formatting. - Minor formatting fixes.