start working on generic unpacker for Go HTTP filesystems

This commit is contained in:
idk
2020-04-14 01:56:10 -04:00
parent 81c8315bdc
commit 847f302996

View File

@ -6,7 +6,7 @@ import (
"log"
"net/http"
"os"
"strings"
//"strings"
)
type fsi interface {