packer-cn/common/retry
Adrien Delorme 39cfacd5fa Backoff.Linear: panic when InitialBackoff > MaxBackoff
this probably means there's a configuration issue.

Since this struct is mainly set manually from code, I think it is okay to panic here.
2019-06-11 12:41:21 +02:00
..
retry.go Backoff.Linear: panic when InitialBackoff > MaxBackoff 2019-06-11 12:41:21 +02:00
retry_test.go retry: encapsulate & return the last seen error in a RetryExhaustedError 2019-04-24 14:19:23 +02:00
utils_test.go retry: encapsulate & return the last seen error in a RetryExhaustedError 2019-04-24 14:19:23 +02:00