nuclei/v2/pkg/model
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
..
types refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
model.go Merge branch 'dev' into patch-4 2021-09-16 20:35:43 +03:00
model_test.go refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
worflow_loader.go Adjusting the template/workflow loading/filtering logic. 2021-08-19 15:17:25 +03:00