Comment on bencode.Decoder.Offset

This commit is contained in:
Matt Joiner 2017-11-05 15:45:30 +11:00
parent edf2495b1f
commit f060f0cb02
1 changed files with 1 additions and 0 deletions

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