Sign in
go
/
tools
/
c00c94de7f36c70ad12f5c98c3226108f451ff18
/
.
/
go
/
analysis
/
checker
/
iter_go123.go
blob: e8278a9c1a4dc3dbcd8f1fceabdbe205eddee05b [
file
]
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.23
package checker
import "iter"
type actionSeq = iter.Seq[*Action]