Files
moby/daemon
Sebastiaan van Stijn 0fc7b1c201 daemon/cluster/convert: remove redundant capturing of loop vars (copyloopvar)
daemon/cluster/convert/service_test.go:312:3: The copy of the 'for' variable "c" can be deleted (Go 1.22+) (copyloopvar)
            c := c
            ^
    daemon/cluster/convert/service_test.go:375:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^
    daemon/cluster/convert/volume_test.go:64:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^
    daemon/cluster/convert/volume_test.go:116: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:13 +01:00
..
2024-07-22 19:20:12 +00:00
2024-09-06 21:53:09 +10:00
2024-11-12 14:02:09 +01:00
2024-06-30 19:13:23 +02:00
2023-11-10 20:09:25 +00:00
2024-11-12 14:02:09 +01:00
2024-11-12 14:02:09 +01:00
2024-06-14 15:25:07 +02:00
2024-07-05 19:05:15 -04:00