golang format tools (#711)

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-01-07 09:16:41 -08:00 committed by Knative Prow Robot
parent 4108969408
commit 0f52b96b7a
1 changed files with 2 additions and 1 deletions

View File

@ -18,12 +18,13 @@ package main
import (
"flag"
"gopkg.in/yaml.v2"
"io/ioutil"
"log"
"os"
"sort"
"text/template"
yaml "gopkg.in/yaml.v2"
)
var (