mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
``` cli/command/utils.go:81:20: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck) fmt.Fprintf(outs, message) ^ ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>