fix: module name

This commit is contained in:
2025-06-03 14:12:24 +03:00
parent aaa593997a
commit 18b8cb8d1d
4 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"net/http"
"strings"
"github.com/tenrok/filestore/remote"
"git.company.lan/gopkg/filestore/remote"
)
var _ http.FileSystem = (*HttpFS)(nil)