lib9p

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

commit 19d4963812366e7de84fc013423db627419bb344
parent d0c004a01a055f7d1cb944f0044a84b23807dcec
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 20 Dec 2023 09:55:55 +0900

delete blank line

Diffstat:
Mclient/client_test.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/client/client_test.go b/client/client_test.go @@ -100,7 +100,6 @@ func TestClientVersion(t *testing.T) { func TestTransaction(t *testing.T) { cr, sw := io.Pipe() sr, cw := io.Pipe() - server := lib9p.NewServer(testfs.FS, mSize, sr, sw) //server.Chatty() client := NewClient(mSize, uname, cr, cw)