moby/integration
Kir Kolyshkin 9b0097a699 Format code with gofmt -s from go-1.11beta1
This should eliminate a bunch of new (go-1.11 related) validation
errors telling that the code is not formatted with `gofmt -s`.

No functional change, just whitespace (i.e.
`git show --ignore-space-change` shows nothing).

Patch generated with:

> git ls-files | grep -v ^vendor/ | grep .go$ | xargs gofmt -s -w

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-09-06 15:24:16 -07:00
..
build Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
config moved integration tests from docker_cli_config_create_test.go to integration/config 2018-07-13 17:29:02 -04:00
container Migrate some ipc container test from integration-cli to integration 2018-08-01 21:51:45 +00:00
image Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
internal Fix golint issues 2018-07-11 22:19:03 +02:00
network Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
plugin Fix flaky TestExternalGraphDriver/pull test 2018-07-17 10:45:33 +02:00
secret Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service Revert "migrated service integration tests from integration-cli/docker_cli_service_update_test.go to integration/service" 2018-07-27 17:35:52 +02:00
session Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
system Add warning if REST API is accessible through an insecure connection 2018-08-21 22:03:24 +02:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00