Versions in this module Expand all Collapse all v1 v1.0.0 Sep 20, 2019 Changes in this version + var ErrAttemptsExceeded = errors.New("attempts exceeded") + func Try(ctx context.Context, maxAttempts int, attemptInterval time.Duration, ...) error + type Writer interface