From 06ada2ef0f61500ebbfe2b6d90de195c2d1c40d4 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 21 Jun 2019 14:49:43 +1000 Subject: [PATCH] Remove unnecessary import alias --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index e8dbf0d7..91db1da7 100644 --- a/client.go +++ b/client.go @@ -34,7 +34,7 @@ import ( pp "github.com/anacrolix/torrent/peer_protocol" "github.com/anacrolix/torrent/storage" "github.com/davecgh/go-spew/spew" - humanize "github.com/dustin/go-humanize" + "github.com/dustin/go-humanize" "github.com/google/btree" "golang.org/x/time/rate" ) -- 2.48.1