From 02ab9eca17eff36376b51a7f1cf661cf0ca60203 Mon Sep 17 00:00:00 2001 From: Stallman Wang Date: Mon, 3 May 2021 10:53:50 +0800 Subject: [PATCH] Update log.go --- log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/log.go b/log/log.go index 16e6578..d7cc899 100644 --- a/log/log.go +++ b/log/log.go @@ -17,7 +17,7 @@ import ( "strings" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) type LogFormatter struct {