Go: fix warnings (#17738)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-08-03 21:30:01 +08:00
committed by GitHub
parent d357eea8ef
commit 86021932ae
103 changed files with 437 additions and 439 deletions

View File

@@ -2069,7 +2069,7 @@ Failure:
```json
{
"code": 102,
"message": "Document not found!"
"message": "document not found"
}
```
@@ -2636,7 +2636,7 @@ Failure:
```json
{
"code": 102,
"message": "Document not found!"
"message": "document not found"
}
```
@@ -7520,7 +7520,7 @@ Failure:
- `new_name` only: rename a single file or folder in place, no storage operation.
- Both: move and rename simultaneously.
#### Request
#### Request
- Method: POST
- URL: `/api/v1/files/move`