Finished?

Everything seems to extract fine (though more testing is needed)
This commit is contained in:
Caleb Gardner
2023-12-24 06:02:11 -06:00
parent 0449a03428
commit b2a3920c1f
10 changed files with 277 additions and 118 deletions
+5
View File
@@ -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
}