text/tabwriter.Writer.padbytes (field)
5 uses
text/tabwriter (current package)
tabwriter.go#L97: padbytes [8]byte
tabwriter.go#L219: for i := range b.padbytes {
tabwriter.go#L220: b.padbytes[i] = padchar
tabwriter.go#L277: if b.padbytes[0] == '\t' || useTabs {
tabwriter.go#L293: b.writeN(b.padbytes[0:], cellw-textw)
![]() |
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. |