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

View File

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