feat: add history parse

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-22 17:23:18 +08:00
parent 000c4fe583
commit 7e472c5cee
9 changed files with 323 additions and 42 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ var (
}
)
func init() {
func InitLog() {
logger := newLogger("debug")
formatLogger = logger.Sugar()
}