From: Matt Joiner Date: Fri, 21 Jun 2019 04:49:43 +0000 (+1000) Subject: Remove unnecessary import alias X-Git-Tag: v1.3.0~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=06ada2ef0f61500ebbfe2b6d90de195c2d1c40d4;p=btrtrc.git Remove unnecessary import alias --- 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" )