Fixing issues caught by goimports before adding goimports check to CI.

This commit is contained in:
Renan DelValle 2018-09-13 17:02:15 -07:00
parent 98d2fa2dd7
commit 48318e026c
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -18,13 +18,14 @@ import (
"encoding/json" "encoding/json"
"flag" "flag"
"fmt" "fmt"
"github.com/paypal/gorealis"
"github.com/paypal/gorealis/gen-go/apache/aurora"
"github.com/pkg/errors"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
"time" "time"
"github.com/paypal/gorealis"
"github.com/paypal/gorealis/gen-go/apache/aurora"
"github.com/pkg/errors"
) )
type URIJson struct { type URIJson struct {