lib9p

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

commit e8bd1e3c76ceab722f1be69198c3789443da13ed
parent 164ffe8157d4eda7cc45b80f5b6f63be47f8855b
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 25 Dec 2023 10:04:04 +0900

add TODO

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

diff --git a/req.go b/req.go @@ -26,6 +26,7 @@ type Req struct { listenErr error // speakErrChan is used to report any error encountered while sending // the response message. + // TODO: is this channel closed in all senarios? speakErrChan chan error // err is any error encountered while processing the request. err error