We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20301d9 commit ac0c390Copy full SHA for ac0c390
util/log.go
@@ -42,7 +42,7 @@ func (c *ColoredLog) Output(format string, a ...interface{}) {
42
color.White(format, a...)
43
}
44
45
-func (*ColoredLog) appendTime(stamp time.Time, str string) string {
+func (c *ColoredLog) appendTime(stamp time.Time, str string) string {
46
return fmt.Sprintf("%s [rivi] %s", stamp.Format(timeFormat), str)
47
48
0 commit comments