Documentation ¶ Index ¶ func Initialize() (d common.Displayer, err error) type Displayer func (d *Displayer) SetVerbose(v bool) func (d *Displayer) WroteDirectoriesInFile(wrote []string, file string, dir string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Initialize ¶ func Initialize() (d common.Displayer, err error) Types ¶ type Displayer ¶ type Displayer struct { // contains filtered or unexported fields } func (*Displayer) SetVerbose ¶ func (d *Displayer) SetVerbose(v bool) func (*Displayer) WroteDirectoriesInFile ¶ func (d *Displayer) WroteDirectoriesInFile(wrote []string, file string, dir string) Source Files ¶ View all Source files bullet.go init.go types.go Click to show internal directories. Click to hide internal directories.