Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shima-park authored Jun 17, 2019
1 parent da00928 commit 6051c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ go get github.com/coreos/etcd@v3.3.13+incompatible
for {
time.Sleep(10 * time.Second)
err := app.WatchRemoteConfig()
err := app.WatchRemoteConfig() // 每次调用该方法,会从apollo缓存接口获取一次配置,并更新viper
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 6051c1f

Please sign in to comment.