Categorygithub.com/nmiyake/pkg/errorstringer
modulepackage
1.1.0
Repository: https://github.com/nmiyake/pkg.git
Documentation: pkg.go.dev

# Functions

SingleStack prints the representation of the provided error in the form of all of its messages followed by a single stack trace if the error supports such a representation.
StackWithInterleavedMessages prints the representation of the provided error as a stack trace with messages interleaved in the relevant locations.