]> Sergey Matveev's repositories - btrtrc.git/commitdiff
gorond
authorMatt Joiner <anacrolix@gmail.com>
Sun, 28 May 2023 02:04:57 +0000 (12:04 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 28 May 2023 02:04:57 +0000 (12:04 +1000)
client-nowasm_test.go
cmd/torrent-verify/main.go

index 687f4204747862cc29c5f42b13fc9417fb175b3a..9b93139da51142e200bc081f7b82c8941bdd04e2 100644 (file)
@@ -8,7 +8,6 @@ import (
        "testing"
 
        qt "github.com/frankban/quicktest"
-
        "github.com/stretchr/testify/require"
 
        "github.com/anacrolix/torrent/internal/testutil"
index ae89b5f19a4b311798ec5fcdcff6204c89688040..0fbf02426f45a35bef04fe7c775ef7c561c35e2c 100644 (file)
@@ -9,13 +9,12 @@ import (
        "os"
        "path/filepath"
 
-       "github.com/anacrolix/torrent/storage"
-
        "github.com/anacrolix/tagflag"
        "github.com/edsrzf/mmap-go"
 
        "github.com/anacrolix/torrent/metainfo"
        "github.com/anacrolix/torrent/mmap_span"
+       "github.com/anacrolix/torrent/storage"
 )
 
 func mmapFile(name string) (mm storage.FileMapping, err error) {