DockerCLI/internal/test/builders
Sebastiaan van Stijn 82427d1a07
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>
2022-07-19 19:10:16 +02:00
..
config.go Move internal/test package out of cli. 2017-08-22 10:14:25 -04:00
container.go Fix psFormat's Size handling in config file 2022-06-07 12:48:56 +02:00
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
network.go adding network list test 2017-08-29 16:30:37 +02:00
node.go Add Engine version to docker node ls 2018-02-17 02:58:05 +01:00
secret.go Plugable secret backend 2017-09-07 11:10:44 +03:00
service.go internal/test/builders: don't set EndpointSpec by default 2019-10-31 16:08:49 +01:00
swarm.go Move internal/test package out of cli. 2017-08-22 10:14:25 -04:00
task.go updated vendoring 2017-09-01 19:41:06 -04:00
volume.go vendor: github.com/docker/docker 2ed904cad7055847796433cc56ef1d1de0da868c 2022-04-30 12:01:37 +02:00