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

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

View File

@ -75,6 +75,7 @@ func (pt *ParamTable) InitOnce() {
})
}
// initEtcdEndpoints initializes the etcd address of configuration items.
func (pt *ParamTable) initEtcdEndpoints() {
endpoints, err := pt.Load("_EtcdEndpoints")
if err != nil {