1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

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