issue25301

Interfaces

A interface #

type A interface {
M()
}

T interface #

type T interface {
A
}

Structs

S struct #

type S struct {

}

Functions

M method #

func (S) M()

Generated with Arrow