mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
10 lines
94 B
Go
10 lines
94 B
Go
//go:build !go1.18
|
|
|
|
package proc
|
|
|
|
import "go/ast"
|
|
|
|
type astIndexListExpr struct {
|
|
ast.Expr
|
|
}
|