This commit is contained in:
Julien Bisconti
2026-02-28 01:09:04 +01:00
parent 0089da7ecb
commit 8dc187abc3
5 changed files with 10 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ func SaveHealthCache(path string, hc *HealthCache) error {
if err != nil {
return err
}
return os.WriteFile(path, data, 0644)
return os.WriteFile(path, data, 0o644)
}
// Merge updates the cache with new entries, replacing existing ones by URL.