From b8918397a5221911a08d452b5ad35fb2e9addcab 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 18:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8C=85=E5=90=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ls.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ls.go b/ls.go index 98bfd6a..2274217 100644 --- a/ls.go +++ b/ls.go @@ -8,9 +8,10 @@ package command import ( - "command/define" "fmt" "strings" + + "git.zhangdeman.cn/zhangdeman/command/define" ) // NewLs ls命令