[skip ci] Fix golint warning of paramtable (#9991)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/10000/head
dragondriver 2021-10-15 20:38:58 +08:00 committed by GitHub
parent dc0269cf4c
commit 977e98d21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ func (p *BaseParamTable) Init() {
})
}
// LoadCfgToMemory loads configurations from file into memory.
func (p *BaseParamTable) LoadCfgToMemory() {
p.initEtcdConf()
p.initMetaRootPath()