mirror of
https://github.com/docker/cli.git
synced 2026-09-25 07:50:37 -05:00
43e871dd1eae17725ddb40c6490690e1f42ffc4d
The majority already did so, but a few used %v. Compared with %v using %q escapes any control characters ensuring they are visible in the logs (otherwise they can cause scrolling and overwriting etc). The %q formatter also includes the surrounding "s making the manual use of [] to wrap/delimit the %v output unnecessary. Signed-off-by: Ian Campbell <ian.campbell@docker.com> Upstream-commit: 6582cfb1d4fec92b17e10291d30c2e6312ceb5f5 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%