text/tabwriter.Writer.pos (field)
5 uses
text/tabwriter (current package)
tabwriter.go#L102: pos int // buffer position up to which cell.width of incomplete cell has been computed
tabwriter.go#L139: b.pos = 0
tabwriter.go#L420: b.cell.width += utf8.RuneCount(b.buf[b.pos:])
tabwriter.go#L421: b.pos = len(b.buf)
tabwriter.go#L461: b.pos = len(b.buf)
![]() |
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. |