bittorrent related things
Go to file
Vincent Batts c9343672f0 torrent: comments and starting more tests 2016-07-07 10:55:50 -04:00
bencode documenting and testing the encoding decorator 2014-08-14 21:16:05 -04:00
torrent torrent: comments and starting more tests 2016-07-07 10:55:50 -04:00
README.md documenting and testing the encoding decorator 2014-08-14 21:16:05 -04:00
example_loader.go tweaks and fmt 2014-08-14 15:55:39 -04:00

README.md

go-bt

bittorrent related things

./bencode

fork from code.google.com/p/bencode-go with updates.

See http://godoc.org/github.com/vbatts/go-bt/bencode for docs

./torrent

Decoder and struct for the torrent file format.

See http://godoc.org/github.com/vbatts/go-bt/torrent for docs