revert module name

This commit is contained in:
2025-06-03 14:05:28 +03:00
parent c4fef72c3a
commit aaa593997a
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"net/http"
"strings"
"filestore/remote"
"github.com/tenrok/filestore/remote"
)
var _ http.FileSystem = (*HttpFS)(nil)