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

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