libf 3 ヶ月 前
コミット
f06acc2925
1 ファイル変更1 行追加1 行削除
  1. 1 1
      context/context_test.go

+ 1 - 1
context/context_test.go

@@ -6,7 +6,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/wecisecode/util/logger
+	"github.com/wecisecode/util/logger"
 )
 
 func TestContext(t *testing.T) {