const text/tabwriter.Escape
14 uses
text/tabwriter (current package)
tabwriter.go#L431: const Escape = '\xff'
tabwriter.go#L436: case Escape:
tabwriter.go#L437: b.endChar = Escape
tabwriter.go#L452: case Escape:
tabwriter.go#L562: case Escape:
tabwriter.go#L570: b.startEscape(Escape)
tabwriter.go#L588: if ch == Escape && b.flags&StripEscape != 0 {
go/printer
printer.go#L209: p.output = append(p.output, tabwriter.Escape) // protect '\n' in //line from tabwriter interpretation
printer.go#L211: p.output = append(p.output, tabwriter.Escape)
printer.go#L304: p.output = append(p.output, tabwriter.Escape)
printer.go#L340: p.output = append(p.output, tabwriter.Escape)
printer.go#L1219: case tabwriter.Escape:
printer.go#L1229: if b == tabwriter.Escape {
printer.go#L1245: case tabwriter.Escape:
![]() |
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. |