go/printer.printer.fset (field)
5 uses
go/printer (current package)
nodes.go#L1667: if err := cfg.fprint(&buf, p.fset, n, p.nodeSizes); err != nil {
printer.go#L55: fset *token.FileSet
printer.go#L96: p.fset = fset
printer.go#L195: return p.fset.PositionFor(pos, false /* absolute position */)
printer.go#L201: p.cachedLine = p.fset.PositionFor(pos, false /* absolute position */).Line
![]() |
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. |