4 Commits

Author SHA1 Message Date
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
Ice3man543
3ee7428166 Added initial config file support with cobra cli 2021-01-12 15:14:49 +05:30
Ice3man543
0023aaed77 Misc bug fixes 2021-01-12 13:20:46 +05:30
Ice3man543
1fa79d6f1f Added reworked generators package 2020-12-22 01:02:38 +05:30