nuclei/v2/pkg/utils
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
..
stats Changed code as per review comments 2021-08-31 21:39:20 +05:30
yaml refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
insertion_ordered_map.go Re-introducing custom template info attribute support within the new struct 2021-08-18 19:50:48 +03:00
template_path.go Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
utils.go Unwrap errors in json log output 2021-10-30 14:28:30 +03:00
utils_test.go Unwrap errors in json log output 2021-10-30 14:28:30 +03:00