diff options
Diffstat (limited to 'combinator_test.go')
-rw-r--r-- | combinator_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/combinator_test.go b/combinator_test.go index aa16e21..b315b37 100644 --- a/combinator_test.go +++ b/combinator_test.go @@ -3,9 +3,10 @@ package goparsify import ( "testing" - "github.com/stretchr/testify/require" - "os" "fmt" + "os" + + "github.com/stretchr/testify/require" ) func TestSeq(t *testing.T) { |