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,8 +5,8 @@ import (
"fmt"
"github.com/micro/cli/v2"
proto "github.com/micro/go-micro/examples/helloworld/proto"
"github.com/micro/go-micro/examples/mocking/mock"
proto "github.com/asim/go-micro/examples/v3/helloworld/proto"
"github.com/asim/go-micro/examples/v3/mocking/mock"
"github.com/asim/go-micro/v3"
)

View File

@@ -3,7 +3,7 @@ package mock
import (
"context"
proto "github.com/micro/go-micro/examples/helloworld/proto"
proto "github.com/asim/go-micro/examples/v3/helloworld/proto"
"github.com/asim/go-micro/v3/client"
)