aboutsummaryrefslogtreecommitdiff
path: root/hotline/client_conn_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-28 11:35:50 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-28 11:35:50 -0700
commitaebc4d3647b9823ae8cbb57b21b1af83bfd011fb (patch)
tree6fa8871ec45654b68e6b018d6d06969d21b7278f /hotline/client_conn_test.go
parentdecc2fbf5db4a05aec93462ad35d890930bddd04 (diff)
Misc cleanup
* Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code
Diffstat (limited to 'hotline/client_conn_test.go')
-rw-r--r--hotline/client_conn_test.go2
1 files changed, 1 insertions, 1 deletions
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