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 |
||
---|---|---|
.. | ||
networkclientpool | ||
network.go | ||
network_input_types.go | ||
network_test.go | ||
operators.go | ||
operators_test.go | ||
request.go | ||
request_test.go |