Updated README

This commit is contained in:
Caleb Gardner
2020-11-10 05:59:17 -06:00
parent 630e6e0f7c
commit 29400334c7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
package squashfs
import (
"fmt"
"io"
"net/http"
"os"
@@ -34,6 +35,7 @@ func TestAppImageSquash(t *testing.T) {
if err != nil {
t.Error(err)
}
fmt.Println(squash.GetFlags())
t.Fatal("Testing")
}