lib9p

Go 9P library.
Log | Files | Refs

commit de3f5410ad4e16e50b2775d32db2f4f72c03f54c
parent 282262a7ebfa3a9877fd5bd94c0e578dfd90a368
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue, 24 Oct 2023 15:56:52 +0900

add comment

Diffstat:
Mfile.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/file.go b/file.go @@ -44,6 +44,7 @@ type ReadDirFile interface { ReadDir(n int) ([]*DirEntry, error) } +// ClientFile is File for Client. type ClientFile struct { name string path string // must not contain trailing slash.