Re-wrote metadata reader. Seems to work now.

Need to work on test now.
This commit is contained in:
Caleb Gardner
2022-06-18 14:31:17 -05:00
parent 96b38935a6
commit 49595de3f2
5 changed files with 38 additions and 69 deletions
-1
View File
@@ -79,7 +79,6 @@ func (f FS) Open(name string) (fs.File, error) {
}
return out, err
}
// fmt.Println(f.e[i])
out, err := f.r.newFile(f.e[i], &f)
if err != nil {
err = &fs.PathError{