mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
parent
e9a22a47eb
commit
e0a2bf336d
@ -94,7 +94,7 @@ func convertToByteArray(input interface{}) ([]byte, error) {
|
||||
case []byte:
|
||||
return output, nil
|
||||
default:
|
||||
return nil, errors.New("cannot convert interface{} to []byte")
|
||||
return nil, errors.New("Cannot convert interface{} to []byte")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user