Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface0 ¶
type Interface0 interface {
Method(interface{})
}
type Interface1 ¶
type Interface1 interface {
Method(...interface{})
}
type Interface2 ¶
type Interface2 interface {
Method(s string, _ interface{})
}
type Interface3 ¶
Click to show internal directories.
Click to hide internal directories.