golang format tools (#649)

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 2018-12-10 07:25:29 -08:00 committed by Knative Prow Robot
parent 3e7200b337
commit 8184d7a72e
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ import (
"math/rand"
"time"
"github.com/dgrijalva/jwt-go"
jwt "github.com/dgrijalva/jwt-go"
MQTT "github.com/eclipse/paho.mqtt.golang"
"github.com/satori/go.uuid"
uuid "github.com/satori/go.uuid"
)
const (