11a6fce027
* vendor bencode library github.com/zeebo/bencode * add metainfo parsing library from XD * fix up upload handler so to be less cluttered
9 lignes
284 o
Markdown
9 lignes
284 o
Markdown
# 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
|