We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0835bab commit 8e03f6eCopy full SHA for 8e03f6e
drivers/baidu_netdisk/driver.go
@@ -300,7 +300,7 @@ uploadLoop:
300
301
cacheReaderAt, okReaderAt := cache.(io.ReaderAt)
302
if !okReaderAt {
303
- return nil, fmt.Errorf("cache does not implement io.ReaderAt")
+ return nil, fmt.Errorf("cache object must implement io.ReaderAt interface for upload operations")
304
}
305
306
totalParts := len(precreateResp.BlockList)
0 commit comments