update the performance

This commit is contained in:
astaxie
2016-08-17 22:33:36 +08:00
parent 44a57e86dd
commit bed1d9bd27
2 changed files with 48 additions and 5 deletions

View File

@@ -15,9 +15,9 @@
package logs
import (
"bytes"
"testing"
"time"
"bytes"
)
func TestFormatHeader_0(t *testing.T) {
@@ -72,4 +72,4 @@ func TestNewAnsiColor2(t *testing.T) {
if w1 != w2 {
t.Errorf("Get %#v, want %#v", w1, w2)
}
}
}