chore: build

This commit is contained in:
2026-06-16 08:45:54 +02:00
parent 7a9530069b
commit 78193604da
-1
View File
@@ -59,7 +59,6 @@ func (m *tomTomKeyManager) rotate(fromIdx int) {
} }
// Do exécute la requête en rotant automatiquement sur 403/429. // Do exécute la requête en rotant automatiquement sur 403/429.
// buildReq doit construire une nouvelle *http.Request pour la clé donnée.
func (m *tomTomKeyManager) Do(client *http.Client, buildReq func(key string) (*http.Request, error)) (*http.Response, error) { func (m *tomTomKeyManager) Do(client *http.Client, buildReq func(key string) (*http.Request, error)) (*http.Response, error) {
n := len(m.keys) n := len(m.keys)
if n == 0 { if n == 0 {