More sortimports
This commit is contained in:
parent
fad06c7ddf
commit
a7e338a3f1
@ -11,8 +11,6 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/anacrolix/torrent/iplist"
|
||||
|
||||
"github.com/anacrolix/envpprof"
|
||||
"github.com/anacrolix/tagflag"
|
||||
"github.com/dustin/go-humanize"
|
||||
@ -20,6 +18,7 @@ import (
|
||||
"golang.org/x/time/rate"
|
||||
|
||||
"github.com/anacrolix/torrent"
|
||||
"github.com/anacrolix/torrent/iplist"
|
||||
"github.com/anacrolix/torrent/metainfo"
|
||||
"github.com/anacrolix/torrent/storage"
|
||||
)
|
||||
|
@ -8,10 +8,11 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/anacrolix/tagflag"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"github.com/anacrolix/torrent"
|
||||
"github.com/anacrolix/torrent/metainfo"
|
||||
"github.com/anacrolix/torrent/tracker"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
func argSpec(arg string) (ts *torrent.TorrentSpec, err error) {
|
||||
|
@ -19,7 +19,6 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/anacrolix/missinggo/perf"
|
||||
|
||||
"github.com/bradfitz/iter"
|
||||
)
|
||||
|
||||
|
@ -6,6 +6,7 @@ import (
|
||||
"io"
|
||||
|
||||
"github.com/anacrolix/missinggo"
|
||||
|
||||
"github.com/anacrolix/torrent/metainfo"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user