[skip ci] Fix golint error in id.go (#9071)

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

View File

@ -25,6 +25,7 @@ import (
) )
const ( const (
// IDCountPerRPC specifies the minimum number of IDs for each RPC request.
IDCountPerRPC = 200000 IDCountPerRPC = 200000
) )