Sign in
go
/
tools.git
/
43ba4651fe4ce4a4e2ab9d6d60956db78c119d26
/
.
/
go
/
analysis
/
checker
/
iter_go123.go
blob: e8278a9c1a4dc3dbcd8f1fceabdbe205eddee05b [
file
] [
log
] [
blame
]
// 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]