commit 31fd9efe2169c38209fc1699cc1f72120ce6f011
parent cefa3217834dcb1590b562f7365bcc5eed199b3f
Author: Matsuda Kenji <info@mtkn.jp>
Date: Thu, 7 Sep 2023 12:36:08 +0900
add comment
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/file.go b/file.go
@@ -6,6 +6,8 @@ import (
type File interface {
fs.File
+ // I think a File should be identified by Qid.Path, but an os.File
+ // may be indexed by path.
PathName() string // path from the root of the fs which this file belongs to.
}