type fmt.buffer
10 uses
fmt (current package)
format.go#L42: buf *buffer
format.go#L58: func (f *fmt) init(buf *buffer) {
format.go#L73: buf = make(buffer, cap(buf)*2+n)
print.go#L75: type buffer []byte
print.go#L77: func (b *buffer) write(p []byte) {
print.go#L81: func (b *buffer) writeString(s string) {
print.go#L85: func (b *buffer) writeByte(c byte) {
print.go#L89: func (bp *buffer) writeRune(r rune) {
print.go#L106: buf buffer
scan.go#L159: buf buffer // token accumulator
![]() |
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. |