Fix issues reported by goimports
This commit is contained in:
parent
64cacdb711
commit
5d41901190
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user