Files
go-i2p-bt/bencode/raw.go
2020-06-07 13:43:15 +08:00

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