]> Cypherpunks.ru repositories - govpn.git/commitdiff
Fix docstring splitted lines
authorSergey Matveev <stargrave@stargrave.org>
Tue, 24 Jan 2017 06:31:59 +0000 (09:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 24 Jan 2017 06:31:59 +0000 (09:31 +0300)
src/cypherpunks.ru/govpn/handshake.go

index c71ed3ba9c40d5ef4a9e189a1d324c7a1ebff1c9..47fe4e9056f1131d8e2b3e7b361cee0d24c585c6 100644 (file)
@@ -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
 }
 
 // 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
 func HandshakeStart(addr string, conn io.Writer, conf *PeerConf) *Handshake {
        state := NewHandshake(addr, conn, conf)
        var dhPubRepr *[32]byte