]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/client_conn_test.go
Add more file extension -> type/creator code mappings
[rbdr/mobius] / hotline / client_conn_test.go
index d18f9b603fa2fbfd0f929248e717e9b58b17dd23..6e3464f30f0bca55803a74b8d60cbedbb4bc61c0 100644 (file)
@@ -11,7 +11,7 @@ func TestClientConn_handleTransaction(t *testing.T) {
                ID         *[]byte
                Icon       *[]byte
                Flags      *[]byte
-               UserName   *[]byte
+               UserName   []byte
                Account    *Account
                IdleTime   *int
                Server     *Server
@@ -50,4 +50,4 @@ func TestClientConn_handleTransaction(t *testing.T) {
                        }
                })
        }
-}
\ No newline at end of file
+}