switch to stdlib context

This commit is contained in:
Asim Aslam 2018-03-03 12:28:44 +00:00 committed by Vasiliy Tolstov
parent 6a492de7a3
commit f272d764e9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/afex/hystrix-go/hystrix"
"github.com/micro/go-micro/client"
"golang.org/x/net/context"
"context"
)
type clientWrapper struct {

View File

@ -8,7 +8,7 @@ import (
"github.com/micro/go-micro/registry/mock"
"github.com/micro/go-micro/selector"
"golang.org/x/net/context"
"context"
)
func TestBreaker(t *testing.T) {