mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error in package common (#11350)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
595322ed51
commit
eac21d89af
@ -51,5 +51,6 @@ const (
|
||||
InvalidFieldID = int64(-1)
|
||||
)
|
||||
|
||||
// Common implementation of ByteOrder for whole milvus
|
||||
// Endian is type alias of binary.LittleEndian.
|
||||
// Milvus uses little endian by default.
|
||||
var Endian = binary.LittleEndian
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user