1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-07 19:03:33 +00:00

logger_test imported and not used: "bytes"

This commit is contained in:
JessonChan 2019-03-12 16:36:00 +08:00
parent 44a1a8f6be
commit 4564e9810c

View File

@ -15,7 +15,6 @@
package logs package logs
import ( import (
"bytes"
"testing" "testing"
"time" "time"
) )
@ -56,4 +55,3 @@ func TestFormatHeader_1(t *testing.T) {
tm = tm.Add(dur) tm = tm.Add(dur)
} }
} }