go/ast.ForStmt.For (field)
6 uses
go/ast (current package)
ast.go#L735: For token.Pos // position of "for" keyword
ast.go#L774: func (s *ForStmt) Pos() token.Pos { return s.For }
go/parser
parser.go#L2208: For: pos,
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1412: if x.For != 0 {
encode_ast.gen.go#L1414: e.EncodeInt(int64(x.For))
encode_ast.gen.go#L1453: x.For = token.Pos(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. |