lib9p

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

commit f4720e36216449e484443bc9151c2e686da4dda8
parent 26284fff03e868bd3d9b7fcd8b4b4eb2b3210716
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri, 27 Oct 2023 13:05:57 +0900

add comment

Diffstat:
Miofs/fs.go | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/iofs/fs.go b/iofs/fs.go @@ -1,3 +1,5 @@ +// Package iofs provides a glue layer between fs.FS and lib9p.FS +// The resulting file system is readonly. package iofs import (