6 lignes
137 o
Go
6 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
|