switch to stdlib context

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

View File

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

View File

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