From: Sergey Matveev Date: Tue, 24 Jan 2017 06:31:59 +0000 (+0300) Subject: Fix docstring splitted lines X-Git-Tag: 7.1^2~8 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=b779397ef0dba12ed2fb117e1a514bf0d5b598ef Fix docstring splitted lines --- 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