c088cb2642
* vendor bencode library github.com/zeebo/bencode * add metainfo parsing library from XD * fix up upload handler so to be less cluttered
5 lignes
137 o
Go
5 lignes
137 o
Go
package bencode
|
|
|
|
//RawMessage is a special type that will store the raw bencode data when
|
|
//encoding or decoding.
|
|
type RawMessage []byte
|