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 |
||
---|---|---|
.. | ||
yaml_decode_wrapper.go |