grafana / grafana-openapi-client-go

Grafana OpenAPI Client for Go
Apache License 2.0
50 stars 7 forks source link

Typo in README #93

Closed regnaio closed 6 months ago

regnaio commented 6 months ago

In the README, the line

RetryStatusCodes: []string{"420, 5xx"},

should be corrected to

RetryStatusCodes: []string{"420", "5xx"},