aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hop.go b/hop.go
index 4aabb1e..6f9798d 100644
--- a/hop.go
+++ b/hop.go
@@ -8,7 +8,7 @@ import (
"github.com/anon55555/mt"
)
-func (cc *ClientConn) hop(serverName string) error {
+func (cc *ClientConn) Hop(serverName string) error {
cc.hopMu.Lock()
defer cc.hopMu.Unlock()