@@ -5,7 +5,7 @@ import (
)
func BuildHistoryMsg(msg string) string {
- return " [History] " + msg
+ return " [History] " + msg
}
func HistoryInfo(msg string, ctx ...interface{}) {