commit 22c4440c13b78b8381673379bed69afb3e7822b7 parent 13f386e125c8acc6b8751ff0dd33903e3b7a2b49 Author: Matsuda Kenji <info@mtkn.jp> Date: Tue, 12 Sep 2023 07:49:37 +0900 rename disk/stat Diffstat:
| R | diskfs/stat.go -> diskfs/stat_unix.go | | | 0 | |
| D | note | | | 7 | ------- |
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/diskfs/stat.go b/diskfs/stat_unix.go diff --git a/note b/note @@ -1,7 +0,0 @@ -Implement 9P protocol using io/fs. - -This library just exports fs.FS. -Client can make a file server by implementing fs.FS -optionally with additional methods like Write and Create. -Without these additional method, the file system offered -is read only.