From d9a341045afb08680f0a5e1d72da3a5973ed7e99 Mon Sep 17 00:00:00 2001 From: larry <1762861715@qq.com> Date: Wed, 4 Jan 2023 23:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssh/index.go | 1 + 1 file changed, 1 insertion(+) 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" )