lib9p

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

commit 5023b5ec4b4cac943383d99a13e853672fbf23d8
parent a0f5dfd7306057b0a5ab322b2c0d5ac10340771e
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat, 23 Dec 2023 22:32:24 +0900

flush unko

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 @@ -94,7 +94,6 @@ func TestDupTag(t *testing.T) { defer cancel() go func() { _, err = conn.C.Read(ctx, 0, 1, 0, 1024) - t.Log("unko") }() <-testfs.Fsys.Waitc _, err = conn.C.Stat(bg, 0, 1)