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}