This commit is contained in:
Matt Joiner 2014-12-01 16:40:18 -06:00
parent e4f1f5d55e
commit c7283182b6
2 changed files with 2 additions and 0 deletions

View File

@ -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
}

View File

@ -9,6 +9,7 @@ import (
"net"
"sort"
"sync"
"time"
"bitbucket.org/anacrolix/go.torrent/util"