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)