Load consul source

This commit is contained in:
Yumin Wu 2019-08-30 16:20:58 +08:00
parent a17a8b3372
commit ff81e4b246

View File

@ -44,6 +44,6 @@ Load the source into config
// Create new config
conf := config.NewConfig()
// Load file source
// Load consul source
conf.Load(consulSource)
```