Ran project through newest goimports.

This commit is contained in:
Renan DelValle 2018-12-12 14:25:06 -08:00
parent 0c00765995
commit 533591ab89
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 6 additions and 6 deletions

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

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