修复包名错误问题

This commit is contained in:
白茶清欢 2022-05-21 18:06:56 +08:00
parent 666a0dbab6
commit b8918397a5

3
ls.go
View File

@ -8,9 +8,10 @@
package command package command
import ( import (
"command/define"
"fmt" "fmt"
"strings" "strings"
"git.zhangdeman.cn/zhangdeman/command/define"
) )
// NewLs ls命令 // NewLs ls命令