type golang.org/x/xerrors.Printer
7 uses
golang.org/x/xerrors (current package)
errors.go#L29: func (e *errorString) FormatError(p Printer) (next error) {
fmt.go#L161: func (e *noWrapError) FormatError(p Printer) (next error) {
fmt.go#L179: func (e *wrapError) FormatError(p Printer) (next error) {
format.go#L13: FormatError(p Printer) (next error)
format.go#L21: type Printer interface {
frame.go#L46: func (f Frame) Format(p Printer) {
wrap.go#L28: func (e noWrapper) FormatError(p Printer) (next error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |