Working on fragments

This commit is contained in:
Caleb Gardner
2020-11-23 06:44:39 -06:00
parent de45fc927d
commit ae2cc5ab54
7 changed files with 51 additions and 86 deletions
-4
View File
@@ -35,10 +35,6 @@ func TestMain(t *testing.T) {
if err != nil {
t.Fatal(err)
}
err = rdr.readDirTable()
if err != nil {
t.Fatal(err)
}
i, err := rdr.GetInodeFromPath("code-oss.desktop")
if err != nil {
t.Fatal(err)