Renamed library to squashfs for ease of use

This commit is contained in:
Caleb Gardner
2020-11-25 10:51:59 -06:00
parent dcb26057fa
commit 426903a222
7 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"errors"
"io"
"github.com/CalebQ42/GoSquashfs/internal/inode"
"github.com/CalebQ42/squashfs/internal/inode"
)
//FileReader provides a io.Reader interface for files within a squashfs archive