Some musings on what to do.

This commit is contained in:
Caleb Gardner
2021-04-30 03:32:31 -05:00
parent 6ad6857d8d
commit 70e3d81427
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -11,8 +11,8 @@ import (
//
//Info holds the actual Inode. Due to each inode type being a different type, it's store as an interface{}
type Inode struct {
Info interface{} //Info is the parsed specific data. It's type is defined by Type.
Header
Info interface{} //Info is the parsed specific data. It's type is defined by Type.
}
//ProcessInode tries to read an inode from the BlockReader