moby/migrate/v1
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
..
migratev1.go Various code-cleanup 2018-05-23 17:50:54 +02:00
migratev1_test.go Format code with gofmt -s from go-1.11beta1 2019-06-20 11:23:45 +02:00