DockerCLI/cli/command/config
Sebastiaan van Stijn f4bde68694
replace some basic uses of fmt.Sprintf()
Really tiny gains here, and doesn't significantly impact readability:

    BenchmarkSprintf
    BenchmarkSprintf-10    11528700     91.59 ns/op   32 B/op  1 allocs/op
    BenchmarkConcat
    BenchmarkConcat-10    100000000     11.76 ns/op    0 B/op  0 allocs/op

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-12 19:03:49 +02:00
..
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go cli/command/config: fakeClient: include context in fake client (revive) 2023-03-30 17:05:32 +02:00
cmd.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
create.go replace pkg/system Sequential funcs with moby/sys/sequential 2022-08-29 13:27:26 +02:00
create_test.go cli/command/config: fakeClient: include context in fake client (revive) 2023-03-30 17:05:32 +02:00
formatter.go replace some basic uses of fmt.Sprintf() 2023-06-12 19:03:49 +02:00
formatter_test.go format code with gofumpt 2022-09-30 11:59:11 +02:00
inspect.go format code with gofumpt 2022-09-30 11:59:11 +02:00
inspect_test.go cli/command/config: fakeClient: include context in fake client (revive) 2023-03-30 17:05:32 +02:00
ls.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
ls_test.go cli/command/config: fakeClient: include context in fake client (revive) 2023-03-30 17:05:32 +02:00
remove.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
remove_test.go cli/command/config: remove deprecated io/ioutil 2022-02-25 15:36:08 +01:00