Running goimports on all repository to conform to newest goimports.

This commit is contained in:
Renan DelValle 2018-12-19 15:33:35 -08:00
parent b100158080
commit 9a835631b2
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
5 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ import (
"fmt"
"testing"
"github.com/paypal/gorealis"
realis "github.com/paypal/gorealis"
"github.com/stretchr/testify/assert"
)

View file

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

View file

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

View file

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

View file

@ -20,7 +20,7 @@ import (
"testing"
"time"
"github.com/paypal/gorealis"
realis "github.com/paypal/gorealis"
"github.com/stretchr/testify/assert"
)