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