From b779397ef0dba12ed2fb117e1a514bf0d5b598ef Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 24 Jan 2017 09:31:59 +0300 Subject: [PATCH] Fix docstring splitted lines --- src/cypherpunks.ru/govpn/handshake.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cypherpunks.ru/govpn/handshake.go b/src/cypherpunks.ru/govpn/handshake.go index c71ed3b..47fe4e9 100644 --- a/src/cypherpunks.ru/govpn/handshake.go +++ b/src/cypherpunks.ru/govpn/handshake.go @@ -146,8 +146,8 @@ func idTag(id *PeerId, timeSync int, data []byte) []byte { } // Start handshake's procedure from the client. It is the entry point -// for starting the handshake procedure. // First handshake packet -// will be sent immediately. +// for starting the handshake procedure. +// First handshake packet will be sent immediately. func HandshakeStart(addr string, conn io.Writer, conf *PeerConf) *Handshake { state := NewHandshake(addr, conn, conf) var dhPubRepr *[32]byte -- 2.44.0