go/ast.RangeStmt.Tok (field)
6 uses
go/ast (current package)
ast.go#L747: Tok token.Token // ILLEGAL if Key == nil, ASSIGN, DEFINE
go/parser
parser.go#L2200: Tok: as.Tok,
go/printer
nodes.go#L1406: p.print(blank, s.TokPos, s.Tok, blank)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2464: if x.Tok != 0 {
encode_ast.gen.go#L2466: e.EncodeInt(int64(x.Tok))
encode_ast.gen.go#L2505: x.Tok = token.Token(d.DecodeInt())
![]() |
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. |