DockerCLI/internal/test/builders
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
..
config.go Move internal/test package out of cli. 2017-08-22 10:14:25 -04:00
container.go Fix container creation time in test/builders 2020-12-16 08:55:29 +07:00
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05: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 Add unit tests to docker container ls 2018-02-19 11:22:36 +01:00