Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/vendor/github.com/zeebo/bencode
Jeff Becker 11a6fce027 add torrent file parsing for upload form
* vendor bencode library github.com/zeebo/bencode

* add metainfo parsing library from XD

* fix up upload handler so to be less cluttered
2017-05-06 07:43:24 -04:00
..
.gitignore add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
AUTHORS add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
LICENSE add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
README.md add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
decode.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
decode_test.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
doc.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
encode.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
encode_test.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
example_test.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
raw.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
tag.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00
tracer.go add torrent file parsing for upload form 2017-05-06 07:43:24 -04:00

README.md

bencode

Bencode is a library for encoding/decoding bencoded data into Go data structures. The api is designed to be similar to the JSON api in the Go standard library.

Documentation

Documentation at http://zeebo.github.com/bencode or http://godoc.org/github.com/zeebo/bencode