1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00
* v3

* revert plugins

* fixup some issues
This commit is contained in:
Asim Aslam
2021-01-20 13:54:31 +00:00
committed by GitHub
parent bf4ab679e1
commit d94936f6c9
369 changed files with 1442 additions and 817 deletions

View File

@ -5,12 +5,12 @@ import (
"context"
"time"
"github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v2/debug/log"
proto "github.com/micro/go-micro/v2/debug/proto"
"github.com/micro/go-micro/v2/debug/stats"
"github.com/micro/go-micro/v2/debug/trace"
"github.com/micro/go-micro/v2/server"
"github.com/asim/go-micro/v3/client"
"github.com/asim/go-micro/v3/debug/log"
proto "github.com/asim/go-micro/v3/debug/proto"
"github.com/asim/go-micro/v3/debug/stats"
"github.com/asim/go-micro/v3/debug/trace"
"github.com/asim/go-micro/v3/server"
)
// NewHandler returns an instance of the Debug Handler