[skip ci] Fix golint warning of time.go (#11025)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11127/head
dragondriver 2021-11-02 21:05:45 +08:00 committed by GitHub
parent e1bb0fb797
commit 7f00753074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import (
"time"
)
// MaxTimestamp is the max timestamp.
const MaxTimestamp = math.MaxUint64
// ZeroTime is a zero time.