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
1 changed files with 0 additions and 2 deletions

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)
} }
} }