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)