mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
go-micro.dev/v4 (#2305)
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
proto "github.com/asim/go-micro/v3/debug/proto"
|
||||
"github.com/asim/go-micro/v3/registry"
|
||||
"github.com/asim/go-micro/v3/util/test"
|
||||
proto "go-micro.dev/v4/debug/proto"
|
||||
"go-micro.dev/v4/registry"
|
||||
"go-micro.dev/v4/util/test"
|
||||
)
|
||||
|
||||
func TestFunction(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user