go/printer.printer.linePtr (field)
5 uses
go/printer (current package)
printer.go#L77: linePtr *int // if set, record out.Line for the next token in *linePtr
printer.go#L181: p.linePtr = linePtr
printer.go#L1004: if p.linePtr != nil {
printer.go#L1005: *p.linePtr = p.out.Line
printer.go#L1006: p.linePtr = nil
![]() |
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. |