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