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

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