Comment on bencode.Decoder.Offset
This commit is contained in:
parent
edf2495b1f
commit
f060f0cb02
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue