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" )