Files
moby/image/cache
Sebastiaan van Stijn 88e24ccda6 image/cache: remove redundant capturing of loop vars (copyloopvar)
image/cache/compare_test.go:195:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-12 14:02:12 +01:00
..