Finished?
Everything seems to extract fine (though more testing is needed)
This commit is contained in:
@@ -60,3 +60,8 @@ func (r *Reader) Read(b []byte) (int, error) {
|
||||
}
|
||||
return curRead, nil
|
||||
}
|
||||
|
||||
func (r *Reader) Close() error {
|
||||
r.dat = nil
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user