Sign in
go
/
tools.git
/
9da4f7b44800964cb753824472b25a0487f06b15
/
.
/
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]