2
0
mirror of synced 2025-02-23 14:18:13 +00:00

More sortimports

This commit is contained in:
Matt Joiner 2018-07-07 11:40:06 +10:00
parent fad06c7ddf
commit a7e338a3f1
4 changed files with 4 additions and 4 deletions

View File

@ -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"
)

View File

@ -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) {

View File

@ -19,7 +19,6 @@ import (
"sync"
"github.com/anacrolix/missinggo/perf"
"github.com/bradfitz/iter"
)

View File

@ -6,6 +6,7 @@ import (
"io"
"github.com/anacrolix/missinggo"
"github.com/anacrolix/torrent/metainfo"
)