Re-wrote metadata reader. Seems to work now.
Need to work on test now.
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user