golang format tools (#263)

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-02-07 08:17:41 -08:00 committed by Knative Prow Robot
parent 25b3f456f0
commit 4f143e6ce3
3 changed files with 4 additions and 4 deletions