go/doc.lineWrapper.n (field)
9 uses
go/doc (current package)
comment.go#L467: n int
comment.go#L476: if l.n == 0 && l.printed {
comment.go#L486: if l.n > 0 && l.n+l.pendSpace+w > l.width {
comment.go#L488: l.n = 0
comment.go#L492: if l.n == 0 {
comment.go#L501: l.n += l.pendSpace + w
comment.go#L507: if l.n == 0 {
comment.go#L512: l.n = 0
![]() |
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. |