1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +02:00

Move debug handler to service dir

This commit is contained in:
Asim Aslam
2019-12-04 12:27:30 +00:00
parent 97433f716f
commit 24efbe6a41
10 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import (
"context"
"sync"
"github.com/micro/go-micro/debug/handler"
"github.com/micro/go-micro/debug/service/handler"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/server"
)