Documentation ¶
Index ¶
- type Example
- func (*Example) AlsoIncluded()
- func (e *Example) EvenWorksWithPointers() (*int, error)
- func (e *Example) Included()
- func (e Example) NotIncluded()
- func (e *Example) VeryIncluded() int
- func (e *Example) WorksWithArgumentsToo(i int)
- func (e *Example) WorksWithAutomaticImports(a *ast.StarExpr)
- func (e *Example) WorksWithManyArguments(i, j int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example ¶
type Example struct{}
func (*Example) AlsoIncluded ¶
func (*Example) AlsoIncluded()
func (*Example) EvenWorksWithPointers ¶
func (Example) NotIncluded ¶
func (e Example) NotIncluded()
func (*Example) VeryIncluded ¶
func (*Example) WorksWithArgumentsToo ¶
func (*Example) WorksWithAutomaticImports ¶
func (*Example) WorksWithManyArguments ¶
Click to show internal directories.
Click to hide internal directories.