moby/runconfig
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
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
opts Add canonical import comment 2018-02-05 16:51:57 -05:00
config.go Add canonical import comment 2018-02-05 16:51:57 -05:00
config_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
config_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
config_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig_test.go Format code with gofmt -s from go-1.11beta1 2019-06-20 11:23:45 +02:00
hostconfig_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
hostconfig_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00