未验证 提交 dcac9c71 编写于 作者: Z zhenshan.cao 提交者: GitHub

[skip ci]Fix golint error in minio_kv (#10701)

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 4ca4c81c
......@@ -249,6 +249,7 @@ func (kv *MinIOKV) MultiRemove(keys []string) error {
return resultErr
}
// LoadPartial loads partial data ranged in [start, end) with @key.
func (kv *MinIOKV) LoadPartial(key string, start, end int64) ([]byte, error) {
switch {
case start < 0 || end < 0:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册