Fix issues reported by goimports

This commit is contained in:
Julien Laffaye 2021-03-06 19:44:19 -05:00
parent 64cacdb711
commit 5d41901190

View File

@ -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)