Somre more stuff for parsting

Working on metadata parsing
Runnning into some Reader issues so I might create my own.
This commit is contained in:
Caleb Gardner
2020-11-10 11:25:56 -06:00
parent 81299c3872
commit 1d641259b2
6 changed files with 124 additions and 33 deletions
+2
View File
@@ -1,5 +1,7 @@
package squashfs
const squashfsMagic = 0x73717368
//Superblock is a raw representation of a squashfs
//Descriptions provided by https://dr-emann.github.io/squashfs/
type Superblock struct {