mirror of https://github.com/daffainfo/nuclei.git
fix lint
parent
a55c7a2ca8
commit
534fc92165
|
@ -69,11 +69,12 @@ type InternalResponse struct {
|
|||
Body []byte
|
||||
}
|
||||
|
||||
func newInternalRquest() *InternalRequest {
|
||||
return &InternalRequest{
|
||||
Headers: make(map[string][]string),
|
||||
}
|
||||
}
|
||||
// Unused
|
||||
// func newInternalRequest() *InternalRequest {
|
||||
// return &InternalRequest{
|
||||
// Headers: make(map[string][]string),
|
||||
// }
|
||||
// }
|
||||
|
||||
func newInternalResponse() *InternalResponse {
|
||||
return &InternalResponse{
|
||||
|
|
Loading…
Reference in New Issue