go/printer.printer.nodeSizes (field)
6 uses
go/printer (current package)
nodes.go#L1655: if size, found := p.nodeSizes[n]; found {
nodes.go#L1660: p.nodeSizes[n] = size
nodes.go#L1667: if err := cfg.fprint(&buf, p.fset, n, p.nodeSizes); err != nil {
nodes.go#L1677: p.nodeSizes[n] = size
printer.go#L87: nodeSizes map[ast.Node]int
printer.go#L100: p.nodeSizes = nodeSizes
![]() |
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. |