[skip ci]Fix golint for initPort in indexcoord (#12045)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/12052/head
cai.zhang 2021-11-18 10:43:20 +08:00 committed by GitHub
parent 732cb95339
commit da0e5b7b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (pt *ParamTable) initParams() {
pt.initServerMaxRecvSize()
}
// initServicePort initializes the port of IndexCoord service.
// initPort initializes the port of IndexCoord service.
func (pt *ParamTable) initPort() {
pt.Port = pt.ParseInt("indexCoord.port")
}