[skip ci]Fix golint error in package common (#11350)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/11354/head
zhenshan.cao 2021-11-05 22:46:56 +08:00 committed by GitHub
parent 595322ed51
commit eac21d89af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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