1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 17:44:05 +08:00
This commit is contained in:
shaoying 2021-01-23 11:07:58 +08:00
parent a025334fd0
commit 0f960eb1ef

View File

@ -40,6 +40,7 @@ func _file_list(m *ice.Message, root string, name string, level int, deep bool,
fs = append(fs, k) fs = append(fs, k)
} }
} }
name = path.Dir(name)
} }
for _, f := range fs { for _, f := range fs {