moby/libcontainerd
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
..
supervisor Fix nil pointer derefence on failure to connect to containerd 2019-02-22 13:22:29 +01:00
client_daemon.go libcontainerd: prevent exec delete locking 2018-12-17 12:07:32 +00:00
client_daemon_linux.go Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
client_daemon_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
client_local_windows.go Format code with gofmt -s from go-1.11beta1 2019-06-20 11:23:45 +02:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
process_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
queue.go Add canonical import comment 2018-02-05 16:51:57 -05:00
queue_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
types.go libcontainerd: split client and supervisor 2018-08-06 10:23:04 -07:00
types_linux.go Various code-cleanup 2018-05-23 17:50:54 +02:00
types_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utils_windows.go libcontainerd: split client and supervisor 2018-08-06 10:23:04 -07:00
utils_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00