Skip to content

SendableError.Internal()

Compare
Choose a tag to compare
@derekdowling derekdowling released this 09 Dec 18:14
· 121 commits to master since this release
  • 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.