const go/printer.vtab
12 uses
go/printer (current package)
nodes.go#L282: p.print(pair.Colon, token.COLON, vtab)
nodes.go#L492: sep := vtab
nodes.go#L516: if len(f.Names) > 0 && sep == vtab {
nodes.go#L1491: p.print(vtab)
nodes.go#L1498: p.print(vtab, token.ASSIGN, blank)
nodes.go#L1504: p.print(vtab)
nodes.go#L1591: p.print(vtab)
nodes.go#L1781: p.funcBody(p.distanceFrom(d.Pos(), startCol), vtab, d.Body)
printer.go#L30: vtab = whiteSpace('\v')
printer.go#L378: case vtab:
printer.go#L411: case blank, vtab:
printer.go#L697: case blank, vtab:
![]() |
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. |