Documentation
¶
Overview ¶
Package lib contains interfaces and types that implement them. It is very similar to package main, whose interfaces its types also implements.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IfaceLibAB ¶
type IfaceLibAB interface { A() B() }
IfaceLibAB is a simple test interface that extends IfaceLibA and IfaceLibB.
Click to show internal directories.
Click to hide internal directories.