From 357282c0e44479d540ad1b25d846ce0d82aaf97f Mon Sep 17 00:00:00 2001
From: Jake Walker <hi@jakew.me>
Date: Wed, 3 Aug 2022 18:57:05 +0000
Subject: [PATCH] Update 'main.go'

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 081ab4c..69b8105 100644
--- a/main.go
+++ b/main.go
@@ -141,7 +141,7 @@ func (c *Client) Receive() ([]RawMessage, error) {
 	return messages, nil
 }
 
-func (c *Client) handshakeLoop(password string) error {
+func (c *Client) HandshakeLoop(password string) error {
 	log.Println("sending server info request")
 	err := c.SendPlain(ReqServerInfo, nil, nil, nil)
 	if err != nil {