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