tendermint/p2p/conn
Thomas Corbière 2644a529f0 Fix lint errors (#1390)
* use increment and decrement operators.

* remove unnecessary else branches.

* fix package comment with leading space.

* fix receiver names.

* fix error strings.

* remove omittable code.

* remove redundant return statement.

* Revert changes (code is generated.)

* use cfg as receiver name for all config-related types.

* use lsi as the receiver name for the LastSignedInfo type.
2018-04-02 10:21:17 +02:00
..
conn_go110.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
conn_notgo110.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
connection.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
connection_test.go do not block in recvRoutine 2018-02-09 23:03:26 +04:00
secret_connection.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
secret_connection_test.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00