DockerCLI/cli/command/manifest
Sebastiaan van Stijn 67458f710d
cli/command: remove redundant capturing of loop vars in tests (copyloopvar)
go1.22 and up now produce a unique variable in loops, tehrefore no longer
requiring to capture the variable manually;

    service/logs/parse_logs_test.go:50: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-05 10:14:30 +01:00
..
testdata manifest: save raw manifest content on download 2023-01-27 13:56:17 +00:00
annotate.go Added support for setting OS version in docker manifest annotate. 2020-06-12 12:04:03 -07:00
annotate_test.go cli: improve argument validation output 2024-07-05 03:35:14 +02:00
client_test.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
cmd.go cli/command: fix n-constant format string in call (govet) 2024-08-26 13:52:49 +02:00
create_list.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
create_test.go cli/command: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
inspect.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
inspect_test.go test spring-cleaning 2024-07-04 01:35:12 +02:00
push.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
push_test.go cli: improve argument validation output 2024-07-05 03:35:14 +02:00
rm.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
rm_test.go test spring-cleaning 2024-07-04 01:35:12 +02:00
util.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00