[skip ci] Fix golint error in typeutil (#9285)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-05 21:16:05 +08:00 committed by GitHub
parent e86a236e83
commit 3705232178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ import "time"
// ZeroTime is a zero time.
var ZeroTime = time.Time{}
// ZeroTimestamp is a zero timestamp
var ZeroTimestamp = Timestamp(0)
// ParseTimestamp returns a timestamp for a given byte slice.