blob: 8d35a398ad8447464708bfb1a9fecba9c59d25f4 [file] [log] [blame] [edit]
package bencode
// RawMessage is a special type that will store the raw bencode data when
// encoding or decoding.
type RawMessage []byte