Files
moby/volume/local
Sebastiaan van Stijn 67d91e7622 volume/local: remove redundant capturing of loop vars (copyloopvar)
volume/local/local_linux_test.go:232:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^
    volume/local/local_linux_test.go:316: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:16 +01:00
..
2024-09-06 21:53:09 +10:00