type go/ast.GoStmt

13 uses

	go/ast (current package)
		ast.go#L685: 	GoStmt struct {
		ast.go#L796: func (s *GoStmt) Pos() token.Pos         { return s.Go }
		ast.go#L825: func (s *GoStmt) End() token.Pos     { return s.Call.End() }
		ast.go#L882: func (*GoStmt) stmtNode()         {}
		walk.go#L196: 	case *GoStmt:

	go/parser
		parser.go#L2032: 	return &ast.GoStmt{Go: pos, Call: call}

	go/printer
		nodes.go#L1409: 	case *ast.GoStmt:

	go/types
		return.go#L23: 		*ast.IncDecStmt, *ast.AssignStmt, *ast.GoStmt, *ast.DeferStmt,
		return.go#L116: 		*ast.SendStmt, *ast.IncDecStmt, *ast.AssignStmt, *ast.GoStmt,
		stmt.go#L537: 	case *ast.GoStmt:

	golang.org/x/tools/go/ast/edge
		edge.go#L242: 	GoStmt_Call:           info[*ast.GoStmt]("Call"),

	golang.org/x/tools/go/ast/inspector
		typeof.go#L160: 	case *ast.GoStmt:
		walk.go#L186: 	case *ast.GoStmt: