Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutWriter ¶
An OutWriter is responsible for for implementing the io.Writer interface.
func NewOutWriter ¶
NewOutWriter accepts a logger and a format string and returns an OutWriter. When written to, the OutWriter will take the input, split it into lines, and print it to the logger using the provided format string. The intended use case of this functionality is for printing nice, colorful messages
Click to show internal directories.
Click to hide internal directories.