revert: ignore

This commit is contained in:
Kevin Franklin Kim 2025-05-26 21:59:27 +02:00
parent f1a432d366
commit 325485aff2
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ func waitFor(addr string) {
}
func httpGet(url string) string {
resp, err := http.Get(url)
resp, err := http.Get(url) //nolint:gosec
if err != nil {
panic(err.Error())
}