1
0
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:
Scott Finlay 2016-11-07 17:15:11 +01:00
parent a66bce0e4b
commit c6737ac64c

View File

@ -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)