From ee804c31fc65180b04a00778f4c23a7e2051b014 Mon Sep 17 00:00:00 2001 From: Jack Lindamood Date: Sat, 4 Jun 2022 13:36:14 -0700 Subject: [PATCH] run goimports --- pipe_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipe_test.go b/pipe_test.go index 889a0ac..56bfdc7 100644 --- a/pipe_test.go +++ b/pipe_test.go @@ -3,9 +3,10 @@ package pipe_test import ( "bytes" "context" + "testing" + "github.com/cresta/pipe" "github.com/stretchr/testify/require" - "testing" ) func TestShell(t *testing.T) {