lib9p

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

commit c8017f6c77407151e2d758d5f828fe74fed62e2b
parent 1c1350af11687f183d26b16c8a50c76c7f0726db
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue, 27 Aug 2024 08:16:15 +0900

add third person singular s

Diffstat:
Mserver.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server.go b/server.go @@ -137,7 +137,7 @@ func (c *conn) runListener(ctx context.Context, rp *reqPool) { } // runResponder runs the responder goroutine. -// Responder goroutine wait for reply Requests from c.respChan, +// Responder goroutine waits for reply Requests from c.respChan, // and marshalls each of them into 9P messages and writes it to c.w. func (c *conn) runResponder(ctx context.Context, rp *reqPool) { rc := make(chan *request)