mirror of
https://github.com/go-i2p/go-i2p-bt.git
synced 2025-07-11 17:56:53 -04:00
6 lines
139 B
Go
6 lines
139 B
Go
package bencode
|
|
|
|
// RawMessage is a special type that will store the raw bencode data when
|
|
// encoding or decoding.
|
|
type RawMessage []byte
|