Documentation ¶ Index ¶ type Log func New() *Log func (color *Log) Debug(message string) func (color *Log) Error(message string) func (color *Log) Fatal(message string) func (color *Log) Info(message string) func (color *Log) Success(message string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Log ¶ type Log struct { Cyan, Red, Blue, Green *color.Color } func New ¶ func New() *Log func (*Log) Debug ¶ func (color *Log) Debug(message string) func (*Log) Error ¶ func (color *Log) Error(message string) func (*Log) Fatal ¶ func (color *Log) Fatal(message string) func (*Log) Info ¶ func (color *Log) Info(message string) func (*Log) Success ¶ func (color *Log) Success(message string) Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.