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}