2
0
mirror of synced 2025-02-24 06:38:14 +00:00

Comment on bencode.Decoder.Offset

This commit is contained in:
Matt Joiner 2017-11-05 15:45:30 +11:00
parent edf2495b1f
commit f060f0cb02

View File

@ -17,6 +17,7 @@ type Decoder struct {
io.ByteScanner
io.Reader
}
// Sum of bytes used to Decode values.
Offset int64
buf bytes.Buffer
key string