mirror of https://github.com/daffainfo/nuclei.git
ec6889931d
* 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 |
||
---|---|---|
.. | ||
stats | ||
yaml | ||
insertion_ordered_map.go | ||
template_path.go | ||
utils.go | ||
utils_test.go |