Files
cc-metric-collector/.github
Holger Obermaier fc297854d2 Golangci modernize fixes (#196)
* Fix: Loop can be simplified using slices.Contains
* Fix: for loop can be modernized using range over int
* Fix: interface{} can be replaced by any
* Fix: Replace m[k]=v loop with maps.Copy
* Run all linters with golangci-lint
2026-02-10 13:33:04 +01:00
..
2026-02-10 13:33:04 +01:00
2022-01-30 14:54:36 +01:00
2025-07-03 14:39:46 +02:00