go/printer.printer.writeByte (method)
9 uses
go/printer (current package)
printer.go#L235: func (p *printer) writeByte(ch byte, n int) {
printer.go#L361: p.writeByte('\f', maxNewlines)
printer.go#L401: p.writeByte(sep, 1)
printer.go#L471: p.writeByte('\f', nlimit(n))
printer.go#L678: p.writeByte('\f', 1)
printer.go#L720: p.writeByte('\n', 1)
printer.go#L774: p.writeByte(' ', 1)
printer.go#L827: p.writeByte(byte(ch), 1)
printer.go#L998: p.writeByte(ch, n)
![]() |
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. |