97b3a1d7ea
Common is no more a thing Use of TorrentParam instead of SearchParam now Common structs for search are exported in utils/search/structs Util has been renamed utils
8 lignes
183 o
Go
8 lignes
183 o
Go
package metainfo
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
// ErrInvalidTorrentFile : error for indicating we have an invalid torrent file
|
|
var ErrInvalidTorrentFile = errors.New("torrent_file_invalid")
|