]> Sergey Matveev's repositories - btrtrc.git/blobdiff - test/issue377_test.go
Use anacrolix/log in test
[btrtrc.git] / test / issue377_test.go
index 40ed8916e0ddb72348156c3a94642d5dbd487ec9..9ad2365589fe9348c00c79ee046d601627bf50a2 100644 (file)
@@ -2,11 +2,12 @@ package test
 
 import (
        "errors"
-       "log"
        "os"
        "sync"
        "testing"
 
+       "github.com/anacrolix/log"
+
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"