Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2024 Changes in this version + const Port + type TorrentFile struct + Announce string + InfoHash [20]byte + Length int + Name string + PieceHashes [][20]byte + PieceLength int + func Open(path string) (TorrentFile, error) + func (t *TorrentFile) DownloadToFile(path string) error