forgedhallpass ec6889931d refactor: linter driven fixes
* x = x + ""  => x += ""
* pre-allocating slice with known size
* added t.Helper() methods in test helpers
* complex if-else conditions replaced by switches
* errors should be checked using error.Is() instead of ==
* function parameter should start with lower case letter
* removed unnecessary type definition
* variable/label naming convention: camelCase instead of snake_case
2021-11-25 17:57:22 +02:00
..
2021-11-04 02:44:47 +05:30
2021-08-09 12:38:31 +02:00
2021-11-25 17:57:22 +02:00
2021-09-07 17:31:46 +03:00