go/ast.GoStmt.Go (field)
3 uses
go/ast (current package)
ast.go#L670: Go token.Pos // position of "go" keyword
ast.go#L779: func (s *GoStmt) Pos() token.Pos { return s.Go }
go/parser
parser.go#L1998: return &ast.GoStmt{Go: pos, Call: call}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)