moby--moby/pkg/authorization
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
..
api.go Add canonical import comment 2018-02-05 16:51:57 -05:00
api_test.go Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
authz.go If `Content-Type` is `application/json;charset=UTF-8`, `RequestBody` is empty. 2018-04-05 04:03:45 -04:00
authz_unix_test.go Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
middleware.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
middleware_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
middleware_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
plugin.go Add canonical import comment 2018-02-05 16:51:57 -05:00
response.go Limit authz response buffer 2018-04-11 15:36:36 -04:00