go/printer.commentInfo.cindex (field)
6 uses
go/printer (current package)
nodes.go#L79: } else if p.cindex < len(p.comments) {
nodes.go#L89: p.cindex = 0
printer.go#L46: cindex int // current comment index
printer.go#L132: for p.cindex < len(p.comments) {
printer.go#L133: c := p.comments[p.cindex]
printer.go#L134: p.cindex++
![]() |
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. |