From 9a835631b2cf0169c58c674fe0776946e3a00e2b Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 19 Dec 2018 15:33:35 -0800 Subject: [PATCH] Running goimports on all repository to conform to newest goimports. --- clusters_test.go | 2 +- examples/client.go | 2 +- examples/jsonClient.go | 2 +- realis_e2e_test.go | 2 +- zk_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters_test.go b/clusters_test.go index 4d34038..0663cdc 100644 --- a/clusters_test.go +++ b/clusters_test.go @@ -18,7 +18,7 @@ import ( "fmt" "testing" - "github.com/paypal/gorealis" + realis "github.com/paypal/gorealis" "github.com/stretchr/testify/assert" ) diff --git a/examples/client.go b/examples/client.go index 4d62630..dd5ce2a 100644 --- a/examples/client.go +++ b/examples/client.go @@ -22,7 +22,7 @@ import ( "strings" "time" - "github.com/paypal/gorealis" + realis "github.com/paypal/gorealis" "github.com/paypal/gorealis/gen-go/apache/aurora" "github.com/paypal/gorealis/response" ) diff --git a/examples/jsonClient.go b/examples/jsonClient.go index 0989671..c138a63 100644 --- a/examples/jsonClient.go +++ b/examples/jsonClient.go @@ -23,7 +23,7 @@ import ( "os" "time" - "github.com/paypal/gorealis" + realis "github.com/paypal/gorealis" "github.com/paypal/gorealis/gen-go/apache/aurora" "github.com/pkg/errors" ) diff --git a/realis_e2e_test.go b/realis_e2e_test.go index 9108903..688a797 100644 --- a/realis_e2e_test.go +++ b/realis_e2e_test.go @@ -22,7 +22,7 @@ import ( "testing" "time" - "github.com/paypal/gorealis" + realis "github.com/paypal/gorealis" "github.com/paypal/gorealis/gen-go/apache/aurora" "github.com/paypal/gorealis/response" "github.com/pkg/errors" diff --git a/zk_test.go b/zk_test.go index 4f05b46..c23ff75 100644 --- a/zk_test.go +++ b/zk_test.go @@ -20,7 +20,7 @@ import ( "testing" "time" - "github.com/paypal/gorealis" + realis "github.com/paypal/gorealis" "github.com/stretchr/testify/assert" )