importdecl1

Imports

Imports #

. "unsafe"
"go/ast"
. "unsafe"

Constants & Variables

_ var #

var _ Pointer

Interfaces

A interface #

type A interface {
m1() ast.Node
m2() Pointer
}

B interface #

type B interface {
A
}

Generated with Arrow