1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +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

@@ -6,7 +6,7 @@ import (
"sync"
"github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v2/debug/service/handler"
"github.com/micro/go-micro/v2/debug/handler"
"github.com/micro/go-micro/v2/network/proxy"
"github.com/micro/go-micro/v2/server"
)