...

Package iface_i

import "cmd/cgo/internal/testshared/testdata/iface_i"
Overview
Index

Overview ▾

Index ▾

Package files

i.go

type I

type I interface {
    M()
}

type T

type T struct {
}

func (*T) M

func (t *T) M()