lib9p

Go 9P library.
Log | Files | Refs

commit 7e476fe8667ecec0b93ca27f7a44402aaf6dcdcb
parent 70eee120b67ee810ebb1ac82ce87e998f9f399b3
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue, 29 Aug 2023 16:10:24 +0900

delete comment

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

diff --git a/fs.go b/fs.go @@ -5,9 +5,6 @@ import ( "path" ) -/* - Open() must return File with Qid() method. -*/ type FS interface { Open(string) (File, error) }