moby/integration
Kir Kolyshkin ee28567c70
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>
(cherry picked from commit 9b0097a699)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-20 11:23:45 +02:00
..
build Format code with gofmt -s from go-1.11beta1 2019-06-20 11:23:45 +02:00
config Windows: Start of enabling tests under integration/ 2018-11-08 13:55:48 +01:00
container Merge pull request #286 from thaJeztah/18.09_backport_cp_slash_fix 2019-06-19 18:40:54 -07:00
image Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
internal Move serviceRunningTasksCount to integration/internal/swarm 2019-06-18 13:33:14 +01:00
network Move serviceRunningTasksCount to integration/internal/swarm 2019-06-18 13:33:14 +01:00
plugin Use assert.NilError() instead of assert.Assert() 2019-04-17 23:08:54 +02:00
secret Windows: Start of enabling tests under integration/ 2018-11-08 13:55:48 +01:00
service Remove a network during task SHUTDOWN instead of REMOVE to 2019-06-18 13:33:58 +01:00
session Windows: Start of enabling tests under integration/ 2018-11-08 13:55:48 +01:00
system Skip TestInfoAPIWarnings on remote daemons 2019-05-25 22:06:36 +02:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Enable integrations API tests for Windows CI 2019-06-12 10:15:29 +02:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00