Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExportedLiteral = func(i int) {}
Functions ¶
Types ¶
type ExportedInterface ¶
type ExportedInterface interface {
ExportedFunc()
}
ExportedInterface is a test interface to make sure we don't emit anything for functions in interfaces
type TypeExported ¶
type TypeExported int
TypeExported is a test type to make sure we emit exported methods.
func (TypeExported) NonPointerExportedMethod ¶
func (t TypeExported) NonPointerExportedMethod(i int)
func (*TypeExported) PointerExportedMethod ¶
func (t *TypeExported) PointerExportedMethod(i int)
Click to show internal directories.
Click to hide internal directories.