moby--moby/daemon/logger/splunk
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
..
splunk.go Merge pull request #36220 from dnephin/support-proxy-in-splunk-driver 2018-02-08 15:32:19 +01:00
splunk_test.go Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
splunkhecmock_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00