mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error in package common (#11350)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/11354/head
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…
Reference in New Issue