Merge pull request #714 from wuyumin/master

Load consul source
This commit is contained in:
Asim Aslam 2019-08-30 10:15:37 +01:00 committed by GitHub
commit 5d01284574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
```