Skip to content

Commit

Permalink
gorond
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 8, 2024
1 parent e93363c commit b0ae5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions confluence/metainfo-storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package confluence

import (
"bytes"
"github.com/anacrolix/missinggo/v2/resource"
"github.com/anacrolix/torrent/types/infohash"
"io"
"path"

"github.com/anacrolix/missinggo/v2/resource"
"github.com/anacrolix/torrent/types/infohash"
)

type MetainfoStorage interface {
Expand Down
2 changes: 1 addition & 1 deletion confluence/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package confluence

import (
"bytes"
"github.com/anacrolix/torrent/types/infohash"
"io"
"net/http"
"os"
Expand All @@ -14,6 +13,7 @@ import (
"github.com/anacrolix/missinggo/v2/httptoo"
"github.com/anacrolix/torrent"
"github.com/anacrolix/torrent/metainfo"
"github.com/anacrolix/torrent/types/infohash"
)

// Path is the given request path.
Expand Down

0 comments on commit b0ae5d7

Please sign in to comment.