From aebc4d3647b9823ae8cbb57b21b1af83bfd011fb Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 28 May 2022 11:35:50 -0700 Subject: Misc cleanup * Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code --- hotline/client_conn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/client_conn_test.go') diff --git a/hotline/client_conn_test.go b/hotline/client_conn_test.go index 2176185..da0a2cc 100644 --- a/hotline/client_conn_test.go +++ b/hotline/client_conn_test.go @@ -17,7 +17,7 @@ func TestClientConn_handleTransaction(t *testing.T) { Server *Server Version *[]byte Idle bool - AutoReply *[]byte + AutoReply []byte } type args struct { transaction *Transaction -- cgit