mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
8 lines
92 B
Go
8 lines
92 B
Go
//go:build go1.18
|
|
|
|
package proc
|
|
|
|
import "go/ast"
|
|
|
|
type astIndexListExpr = ast.IndexListExpr
|