Skip to content

Commit

Permalink
Adjusting import because of failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ynori7 committed Nov 7, 2016
1 parent a66bce0 commit c6737ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/retry.go
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit c6737ac

Please sign in to comment.