c088cb2642
* vendor bencode library github.com/zeebo/bencode * add metainfo parsing library from XD * fix up upload handler so to be less cluttered
8 lignes
162 o
Go
8 lignes
162 o
Go
package metainfo
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
// error for indicating we have an invalid torrent file
|
|
var ErrInvalidTorrentFile = errors.New("invalid bittorrent file")
|