1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-29 21:47:44 +02:00

examples at v3

This commit is contained in:
Asim Aslam
2021-01-20 21:28:48 +00:00
parent dc8236ec05
commit 8e3b7a57d9
234 changed files with 326 additions and 12243 deletions

View File

@@ -5,7 +5,7 @@ import (
"io/ioutil"
"github.com/asim/go-micro/v3/config"
"github.com/asim/go-micro/v3/config/encoder/toml"
"github.com/asim/go-micro/plugins/config/encoder/toml/v3"
"github.com/asim/go-micro/v3/config/source"
"github.com/asim/go-micro/v3/config/source/file"
)