DockerCLI/cli/command/stack
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
..
formatter linting: fix incorrectly formatted errors (revive) 2022-08-18 19:16:48 +02:00
kubernetes cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
loader cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
options Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
swarm format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go Fix tests with missing mocks 2018-11-08 11:37:49 +01:00
cmd.go Deprecate Kubernetes stack support 2021-07-02 16:36:31 +02:00
common.go Expose all stack commands to be used by downstream projects. 2019-01-16 14:47:50 +01:00
deploy.go Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
deploy_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
list.go Deprecate Kubernetes stack support 2021-07-02 16:36:31 +02:00
list_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
ps.go Expose all stack commands to be used by downstream projects. 2019-01-16 14:47:50 +01:00
ps_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
remove.go Expose all stack commands to be used by downstream projects. 2019-01-16 14:47:50 +01:00
remove_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
services.go Replace vbom.ml/util with fvbommel/sortorder 2020-08-28 15:35:42 +02:00
services_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00