Versions in this module Expand all Collapse all v1 v1.1.0 Dec 12, 2021 Changes in this version + func Black(content interface{}) string + func Blue(content interface{}) string + func Cyan(content interface{}) string + func Green(content interface{}) string + func Magenta(content interface{}) string + func Red(content interface{}) string + func White(content interface{}) string + func Yellow(content interface{}) string + type Golog struct + func NewLogger(filename string) Golog + func (glog Golog) Error(values ...interface{}) + func (glog Golog) Info(values ...interface{}) + func (glog Golog) Success(values ...interface{}) + func (glog Golog) Warn(values ...interface{})