]> Sergey Matveev's repositories - btrtrc.git/blobdiff - cmd/torrent/main.go
Use rogpeppe's sortimports to fix this goimports ordering madness
[btrtrc.git] / cmd / torrent / main.go
index 0e0295ba939fe1d85d48fe36760914384aeafffc..6062d16904c4c5ad9a0c39cfbf34a4b6983ddcd3 100644 (file)
@@ -10,13 +10,10 @@ import (
        "strings"
        "time"
 
-       "github.com/dustin/go-humanize"
-
-       "github.com/jessevdk/go-flags"
-
        _ "github.com/anacrolix/envpprof"
-
        "github.com/anacrolix/libtorgo/metainfo"
+       "github.com/dustin/go-humanize"
+       "github.com/jessevdk/go-flags"
 
        "github.com/anacrolix/torrent"
 )