improve coverage #118

Merged
vtolstov merged 7 commits from cover into v3 2022-04-17 16:28:59 +03:00
Showing only changes of commit 955953b519 - Show all commits

View File

@ -11,7 +11,7 @@ import (
var (
// DefaultClient is the global default client
DefaultClient Client = NewClient()
DefaultClient = NewClient()
// DefaultContentType is the default content-type if not specified
DefaultContentType = "application/json"
// DefaultBackoff is the default backoff function for retries (minimum 10 millisecond and maximum 5 second)