Found some good squashfs documentation so I can start work
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package squashfs
|
||||
|
||||
import "io"
|
||||
|
||||
//Squashfs is a squashfs backed by a reader.
|
||||
type Squashfs struct {
|
||||
rdr *io.Reader //underlyting reader
|
||||
super Superblock
|
||||
}
|
||||
Reference in New Issue
Block a user