golang format tools (#1455)

Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
This commit is contained in:
mattmoor-sockpuppet 2019-06-12 07:53:43 -07:00 committed by Knative Prow Robot
parent a8f4c5da60
commit a5aef292d2
1 changed files with 1 additions and 1 deletions