fix up goimports

This commit is contained in:
Chelsea Holland Komlo
2017-10-24 09:56:46 -04:00
parent 638053717b
commit fd2bc415b5

View File

@@ -5,9 +5,9 @@ import (
"io/ioutil"
"os"
"os/exec"
"strings"
"testing"
"time"
"strings"
"github.com/stretchr/testify/assert"
)