good morning!!!!

Skip to content
Snippets Groups Projects
Commit e4637151 authored by Garet Halliday's avatar Garet Halliday
Browse files

i have no idea how this wasn't a problem earlier

parent d3739b53
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ func NewDecoder(r io.Reader) *Decoder {
}
func (T *Decoder) Reset(r io.Reader) {
T.len = 0
T.pos = 0
T.reader.Reset(r)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment