client rebuilding in progress

This commit is contained in:
2026-03-04 12:27:52 +02:00
parent 2d34ec5634
commit ae9c29de1e
31 changed files with 908 additions and 467 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func (cli *Client) GetFile(ctx context.Context, rawpath string, writer io.Writer
var err error
var exist bool
ref, err :=ParsePath(rawpath)
ref, err := ParsePath(rawpath)
if err != nil {
return exist, err
}