go/printer.trimmer.space (field)
9 uses
go/printer (current package)
printer.go#L1175: space []byte
printer.go#L1188: p.space = p.space[0:0]
printer.go#L1215: p.space = append(p.space, b)
printer.go#L1220: _, err = p.output.Write(p.space)
printer.go#L1224: _, err = p.output.Write(p.space)
printer.go#L1238: p.space = append(p.space, b)
![]() |
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. |