[skip ci]Fix golint in indexcoord/prama_table.go (#9301)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/9355/head
cai.zhang 2021-10-06 22:08:02 +08:00 committed by GitHub
parent 33e73f3648
commit 744fc8d078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ func (pt *ParamTable) initEtcdEndpoints() {
pt.EtcdEndpoints = strings.Split(endpoints, ",")
}
// initMetaRootPath initializes the root path of etcd.
func (pt *ParamTable) initMetaRootPath() {
rootPath, err := pt.Load("etcd.rootPath")
if err != nil {