golang format tools (#437)

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-05-31 11:11:32 -07:00 committed by Knative Prow Robot
parent 67d95db076
commit 17ec1ed50d
1 changed files with 2 additions and 2 deletions