hashicorp / go-retryablehttp

Retryable HTTP client in Go
Mozilla Public License 2.0
1.99k stars 251 forks source link

Add more nil Logger tests #183

Closed dolmen closed 1 year ago

dolmen commented 1 year ago

Add more tests with variations of a nil Logger beyond just any(nil): Logger(nil), LeveledLogger(nil).

jefferai commented 1 year ago

Thanks!