const go/token.HighestPrec
8 uses
go/token (current package)
token.go#L256: HighestPrec = 7
go/printer
nodes.go#L821: p.expr1(x.X, token.HighestPrec, depth)
nodes.go#L832: p.expr1(x.X, token.HighestPrec, 1)
nodes.go#L839: p.expr1(x.X, token.HighestPrec, 1)
nodes.go#L886: wasIndented = p.possibleSelectorExpr(x.Fun, token.HighestPrec, depth)
nodes.go#L889: wasIndented = p.possibleSelectorExpr(x.Fun, token.HighestPrec, depth)
nodes.go#L909: p.expr1(x.Type, token.HighestPrec, depth)
nodes.go#L1048: p.expr1(x.X, token.HighestPrec, depth)
 |
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. |