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. |
7 years ago | |
---|---|---|
.. | ||
config.go | Fix lint errors (#1390) | 7 years ago |
config_test.go | Add basic tests on config, mainly to raise test coverage | 8 years ago |
toml.go | config: fix private_peer_ids | 7 years ago |
toml_test.go | config: lil fixes | 7 years ago |