From 48318e026c8f3719e9054401b5eb68ab838b8dfe Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 13 Sep 2018 17:02:15 -0700 Subject: [PATCH] Fixing issues caught by goimports before adding goimports check to CI. --- examples/jsonClient.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/jsonClient.go b/examples/jsonClient.go index e790c64..0989671 100644 --- a/examples/jsonClient.go +++ b/examples/jsonClient.go @@ -18,13 +18,14 @@ import ( "encoding/json" "flag" "fmt" - "github.com/paypal/gorealis" - "github.com/paypal/gorealis/gen-go/apache/aurora" - "github.com/pkg/errors" "io/ioutil" "log" "os" "time" + + "github.com/paypal/gorealis" + "github.com/paypal/gorealis/gen-go/apache/aurora" + "github.com/pkg/errors" ) type URIJson struct {