goimports style fixes.

This commit is contained in:
Renan DelValle 2019-03-19 15:28:24 -07:00
parent 4551231644
commit 616d4bc57e
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
9 changed files with 125 additions and 131 deletions

View file

@ -1,7 +1,7 @@
package cmd
import (
"github.com/paypal/gorealis/v2"
realis "github.com/paypal/gorealis/v2"
"github.com/spf13/cobra"
)