Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct{}
func (Bar) UnusedInterfaceMethod ¶
func (Bar) UnusedInterfaceMethod()
This method is unused but cannot be eliminated yet. https://github.com/golang/go/issues/38685
func (Bar) UnusedNonInterfaceMethod ¶
func (Bar) UnusedNonInterfaceMethod()
This method is unused and should be eliminated.
func (Bar) UsedInterfaceMethod ¶
func (Bar) UsedInterfaceMethod()
Click to show internal directories.
Click to hide internal directories.