lib9p

Go 9P library.
Log | Files | Refs

commit 6d03941510e48ebda419bb5e7695d3db17a6d2e3
parent cecd09a98851fbb053ae1f898129d2da2a8946c0
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun,  8 Oct 2023 05:11:15 +0900

delete unnecessary const declaration

Diffstat:
Mclient_test.go | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/client_test.go b/client_test.go @@ -84,10 +84,6 @@ func TestClientVersion(t *testing.T) { // the following tests are test for both client and server. // should be moved to propper file. func TestTransaction(t *testing.T) { - const ( - mSize = 8192 - noTag = NOTAG - ) cr, sw := io.Pipe() sr, cw := io.Pipe()