lib9p

Go 9P library.
Log | Files | Refs | LICENSE

commit 0c5989985a8d2bb79ebb4ff1b9831d0e5b139207
parent b01fec8e713dfad02aa0d8ffe520f144a172d1fb
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun, 14 Jan 2024 11:13:47 +0900

add comment

Diffstat:
Mfs.go | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/fs.go b/fs.go @@ -33,6 +33,9 @@ const ( ) // A GroupFS is an file system with the notion of group. +// If an FS does not implement this interface, then the Server assumes that +// that every group is consists of only one member with the same name as the +// group itself and he is the leader of that group. type GroupFS interface { FS // IsGroupLeader reports whether uid is the leader of group.