mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-29 15:10:37 +00:00
CI: Bump go version, linters and fix minor issues (#1130)
* CI: Bump go version, linters and fix minor issues * Bump version, fix loop variables * Revert * Rid TODOs now that 1.51 has been released
This commit is contained in:
@@ -70,8 +70,8 @@ type RetryPolicy func(resp *http.Response, err error) (bool, error)
|
||||
type RequesterOption func(*Requester)
|
||||
|
||||
// Generate defines a closure for functionality outside of the requester to
|
||||
// to generate new *http.Request on every attempt. This minimizes the chance of
|
||||
// being outside of receive window if application rate limiting reduces outbound
|
||||
// generate a new *http.Request on every attempt. This minimizes the chance of
|
||||
// being outside of the receive window if application rate limiting reduces outbound
|
||||
// requests.
|
||||
type Generate func() (*Item, error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user