From 22318b83cced117cc075e59efd1dbddfa4ede00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Sat, 21 May 2022 19:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=94=E5=9B=9E=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls.go b/ls.go index 2274217..50d4672 100644 --- a/ls.go +++ b/ls.go @@ -57,7 +57,7 @@ func (l *ls) Recursive() *ls { // Author : go_developer@163.com<白茶清欢> // // Date : 22:59 2022/5/20 -func (l *ls) Run() (define.Result, []define.LsFileInfo) { +func (l *ls) Run() (*define.Result, []define.LsFileInfo) { result := Execute(l.workDir, "ls", l.paramList) if nil != result.Error { return result, make([]define.LsFileInfo, 0)