1 2 3 4 5 6 7 8
package log import "github.com/pkg/errors" // stackTracer interface. type stackTracer interface { StackTrace() errors.StackTrace }