type github.com/go-faster/errors.Printer
6 uses
github.com/go-faster/errors (current package)
errors.go#L33: func (e *errorString) FormatError(p Printer) (next error) {
format.go#L18: FormatError(p Printer) (next error)
format.go#L26: type Printer interface {
frame.go#L46: func (f Frame) Format(p Printer) {
wrap.go#L29: func (e noWrapper) FormatError(p Printer) (next error) {
wrap.go#L70: func (e *wrapError) FormatError(p Printer) (next error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |