gorond
This commit is contained in:
parent
08c403ea52
commit
41e2cd5b21
|
@ -8,7 +8,6 @@ import (
|
|||
"testing"
|
||||
|
||||
qt "github.com/frankban/quicktest"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/anacrolix/torrent/internal/testutil"
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue