mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-24 10:07:04 +02:00
Adjusting import because of failed build
This commit is contained in:
parent
a66bce0e4b
commit
c6737ac64c
@ -1,6 +1,6 @@
|
||||
package client
|
||||
|
||||
import "context"
|
||||
import "golang.org/x/net/context"
|
||||
|
||||
type RetryFunc func(ctx context.Context, req Request, retryCount int, err error) (bool, error)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user