This commit is contained in:
Matt Joiner 2023-05-28 12:04:57 +10:00
parent 08c403ea52
commit 41e2cd5b21
No known key found for this signature in database
GPG Key ID: 6B990B8185E7F782
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,6 @@ import (
"testing"
qt "github.com/frankban/quicktest"
"github.com/stretchr/testify/require"
"github.com/anacrolix/torrent/internal/testutil"

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