]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove unnecessary import alias
authorMatt Joiner <anacrolix@gmail.com>
Fri, 21 Jun 2019 04:49:43 +0000 (14:49 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 21 Jun 2019 04:49:43 +0000 (14:49 +1000)
client.go

index e8dbf0d7519681b09e05bd364f53b6fb0bd6ef93..91db1da77efb1e1d5cb54e859feeb9933ab482d7 100644 (file)
--- 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"
 )