Trivial
This commit is contained in:
parent
e4f1f5d55e
commit
c7283182b6
|
@ -2,6 +2,7 @@ package torrent
|
|||
|
||||
import "github.com/anacrolix/libtorgo/metainfo"
|
||||
|
||||
// A wrapper around the raw info that provides some helper methods.
|
||||
type MetaInfo struct {
|
||||
*metainfo.Info
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ import (
|
|||
"net"
|
||||
"sort"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/anacrolix/go.torrent/util"
|
||||
|
||||
|
|
Loading…
Reference in New Issue