Fix issues reported by goimports
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
package ftp
|
package ftp
|
||||||
|
|
||||||
import "testing"
|
import (
|
||||||
import "github.com/stretchr/testify/assert"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
)
|
||||||
|
|
||||||
func TestScanner(t *testing.T) {
|
func TestScanner(t *testing.T) {
|
||||||
assert := assert.New(t)
|
assert := assert.New(t)
|
||||||
|
|||||||
Reference in New Issue
Block a user