Documentation
¶
Overview ¶
Package metainfo support for reading and writing torrent files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Creator string
Creator is the string that is put into the created torrent by NewBytes function.
Functions ¶
Types ¶
type File ¶ added in v0.16.0
type File struct { Length int64 Path string // https://www.bittorrent.org/beps/bep_0047.html Padding bool }
File represents a file inside a Torrent.
Click to show internal directories.
Click to hide internal directories.