type text/tabwriter.cell
6 uses
text/tabwriter (current package)
tabwriter.go#L27: type cell struct {
tabwriter.go#L103: cell cell // current incomplete cell; cell.width is up to buf[pos] excluding ignored sections
tabwriter.go#L105: lines [][]cell // list of lines; each line is a list of cells
tabwriter.go#L130: b.lines[n-1] = make([]cell, 0, prev)
tabwriter.go#L140: b.cell = cell{}
tabwriter.go#L472: b.cell = cell{}
![]() |
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. |