Documentation ¶ Index ¶ type I type T func (t *T) M() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type I ¶ type I interface { M() } type T ¶ type T struct { } func (*T) M ¶ func (t *T) M() Source Files ¶ View all Source files i.go Click to show internal directories. Click to hide internal directories.