From 5d41901190670f202a4aafb39c81d72e2e42bd8d Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Sat, 6 Mar 2021 19:44:19 -0500 Subject: [PATCH] Fix issues reported by goimports --- scanner_test.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scanner_test.go b/scanner_test.go index 86ff4bf..bda9bd9 100644 --- a/scanner_test.go +++ b/scanner_test.go @@ -1,7 +1,10 @@ package ftp -import "testing" -import "github.com/stretchr/testify/assert" +import ( + "testing" + + "github.com/stretchr/testify/assert" +) func TestScanner(t *testing.T) { assert := assert.New(t)