mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint warning of time.go (#11025)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11127/head
parent
e1bb0fb797
commit
7f00753074
|
@ -16,6 +16,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
// MaxTimestamp is the max timestamp.
|
||||
const MaxTimestamp = math.MaxUint64
|
||||
|
||||
// ZeroTime is a zero time.
|
||||
|
|
Loading…
Reference in New Issue