feat(文件系统): 加强文件系统直通能力
build.yaml / build (push) Successful in 26s

This commit is contained in:
2026-07-02 19:05:08 +08:00
parent 2439762607
commit 1a8532ea8a
5 changed files with 536 additions and 115 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
module github.com/xiaoqidun/symfs
go 1.24.0
go 1.25.0
require (
github.com/winfsp/cgofuse v1.6.0
golang.org/x/sys v0.40.0
golang.org/x/sys v0.46.0
)