10 lines
94 B
Go
10 lines
94 B
Go
//go:build !go1.18
|
|
|
|
package proc
|
|
|
|
import "go/ast"
|
|
|
|
type astIndexListExpr struct {
|
|
ast.Expr
|
|
}
|