go/doc.lineWrapper.pendSpace (field)
7 uses
go/doc (current package)
comment.go#L468: pendSpace int
comment.go#L486: if l.n > 0 && l.n+l.pendSpace+w > l.width {
comment.go#L489: l.pendSpace = 0
comment.go#L499: l.out.Write(space[:l.pendSpace])
comment.go#L501: l.n += l.pendSpace + w
comment.go#L502: l.pendSpace = 1
comment.go#L511: l.pendSpace = 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. |