Renamed BlockReader to MetadataReader (more correct)

SOME work on fragments (not working still...)
This commit is contained in:
Caleb Gardner
2020-11-23 16:50:00 -06:00
parent ae2cc5ab54
commit 5761ad59cf
9 changed files with 80 additions and 24 deletions
+5 -1
View File
@@ -2,4 +2,8 @@ module github.com/CalebQ42/GoSquashfs
go 1.15
require github.com/CalebQ42/GoAppImage v0.4.0
require (
github.com/CalebQ42/GoAppImage v0.4.0
github.com/google/go-cmp v0.5.3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)