Improved data structure for structs.

Thanks gopls with VS Code
This commit is contained in:
Caleb Gardner
2020-12-28 11:50:56 -06:00
parent 89ec7eb0fb
commit 47c28baf87
4 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ var (
//Reader processes and reads a squashfs archive.
type Reader struct {
r io.ReaderAt
super superblock
flags superblockFlags
decompressor compression.Decompressor
fragOffsets []uint64
idTable []uint32
super superblock
flags superblockFlags
}
//NewSquashfsReader returns a new squashfs.Reader from an io.ReaderAt