1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00

move debug handler

This commit is contained in:
Asim Aslam
2020-12-12 20:50:36 +00:00
parent 28afbf164f
commit 15a62ae0b9
12 changed files with 58 additions and 606 deletions

View File

@ -5,7 +5,7 @@ import (
"sync"
"testing"
proto "github.com/micro/go-micro/v2/debug/service/proto"
proto "github.com/micro/go-micro/v2/debug/proto"
"github.com/micro/go-micro/v2/registry/memory"
"github.com/micro/go-micro/v2/util/test"
)