diff --git a/ssh/index.go b/ssh/index.go index 3e00596..2393afd 100644 --- a/ssh/index.go +++ b/ssh/index.go @@ -8,6 +8,7 @@ import ( "path" "strings" + . "github.com/MrYZhou/outil/file" "github.com/pkg/sftp" "golang.org/x/crypto/ssh" )