DockerCLI/cli/command
Sebastiaan van Stijn 0573ec2b01 format (GoDoc) comments with Go 1.19 to prepare for go updates
Older versions of Go do not format these comments, so we can already
reformat them ahead of time to prevent gofmt linting failing once
we update to Go 1.19 or up.

Result of:

    gofmt -s -w $(find . -type f -name '*.go' | grep -v "/vendor/")

With some manual adjusting.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 82427d1a07)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-27 17:00:55 -05:00
..
builder Fix builder prune -a/--all flag description 2020-02-18 14:30:28 +01:00
checkpoint cli/command/checkpoint: remove deprecated io/ioutil 2023-02-27 16:27:36 -05:00
commands Remove "docker engine" subcommands 2019-12-12 17:51:25 +01:00
config cli/command/config: remove deprecated io/ioutil 2023-02-27 16:27:36 -05:00
container format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
context cli/command/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
formatter format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
idresolver bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
image format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
inspect linting: fix incorrectly formatted errors (revive) 2022-08-18 19:16:48 +02:00
manifest format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
network format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
node cli/command/node: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
plugin cli/command/plugin: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
registry format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
secret cli/command/secret: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
service format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
stack format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
swarm cli/command/swarm: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:37 -05:00
system format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
task linting: fix incorrectly formatted errors (revive) 2022-08-18 19:16:48 +02:00
testdata Dynamically register kubernetes context store endpoint type. 2019-05-20 13:28:11 +01:00
trust cli/command/trust: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:58 -05:00
volume cli/command/volume: remove deprecated io/ioutil 2023-02-27 16:28:59 -05:00
cli.go cli/command: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
cli_options.go update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount 2020-04-22 17:16:13 +02:00
cli_options_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
cli_test.go cli/command: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
context.go Don't loose additional metadata fields 2020-06-10 15:07:23 +02:00
context_test.go Don't loose additional metadata fields 2020-06-10 15:07:23 +02:00
defaultcontextstore.go Push check for kubernetes requirement down into the endpoint 2019-05-20 13:28:11 +01:00
defaultcontextstore_test.go cli/command: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
events_utils.go updated vendoring 2017-09-01 19:41:06 -04:00
orchestrator.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
orchestrator_test.go cli/command: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
registry.go registry: ensure default auth config has address 2021-07-29 19:57:58 -07:00
registry_test.go Merge pull request #2 from moby/cli-ghsa-99pg-grm5-qq3v-default-authconfig-20.10 2021-09-09 20:40:54 +02:00
streams.go Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine 2019-01-28 14:36:00 +01:00
trust.go Refactor content_trust cli/flags handling 2018-03-08 15:00:43 -05:00
utils.go build: remove PersistentPreRunE hack for experimental --platform 2020-11-16 14:58:11 +01:00
utils_test.go cli/command: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00