Files
docker-cli/cli/command/container
Sebastiaan van Stijn 78a7e15032 cli/command/container: remove redundant capturing of loop vars (copyloopvar)
go1.22 and up now produce a unique variable in loops, tehrefore no longer
requiring to capture the variable manually;

    cli/command/container/opts.go:765:3: The copy of the 'for' variable "n" can be deleted (Go 1.22+) (copyloopvar)
            n := n
            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-05 10:14:32 +01:00
..
2017-10-26 12:21:02 -04:00
2023-12-12 22:30:16 +01:00
2023-12-12 22:30:16 +01:00
2024-07-04 01:35:12 +02:00
2023-12-12 22:30:16 +01:00
2024-06-18 12:17:13 +02:00
2023-12-12 22:30:16 +01:00
2024-07-04 15:22:18 +02:00
2023-12-12 22:30:16 +01:00
2023-12-12 22:30:16 +01:00
2023-05-05 18:23:03 +02:00
2021-05-24 19:37:53 +01:00
2024-07-04 15:22:18 +02:00
2023-12-12 22:30:16 +01:00