9 lines
109 B
Go
9 lines
109 B
Go
![]() |
//go:build go1.18
|
||
|
// +build go1.18
|
||
|
|
||
|
package proc
|
||
|
|
||
|
import "go/ast"
|
||
|
|
||
|
type astIndexListExpr = ast.IndexListExpr
|