Documentation
¶
Overview ¶
Package fancyprinter implements a printer interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrinter ¶
NewPrinter returns the printer interface concrete implementation. In this case FancyPrinter
Types ¶
type FancyPrinter ¶
type FancyPrinter struct{}
FancyPrinter holds a PrintMe method
func (*FancyPrinter) PrintMe ¶
func (f *FancyPrinter) PrintMe()
PrintMe prints something to the console
Click to show internal directories.
Click to hide internal directories.