From f432430256b3a60a1a84d70b960f15a750d4f8f9 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 23 Apr 2020 11:30:19 +1000 Subject: [PATCH] Use anacrolix/log in test --- test/issue377_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/issue377_test.go b/test/issue377_test.go index 40ed8916..9ad23655 100644 --- a/test/issue377_test.go +++ b/test/issue377_test.go @@ -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" -- 2.44.0