c088cb2642
* vendor bencode library github.com/zeebo/bencode * add metainfo parsing library from XD * fix up upload handler so to be less cluttered
7 lignes
181 o
Go
7 lignes
181 o
Go
/*
|
|
Package bencode implements encoding and decoding of bencoded objects.
|
|
|
|
It has a similar API to the encoding/json package and many other
|
|
serialization formats.
|
|
*/
|
|
package bencode
|