mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-23 12:35:28 +00:00
Fixed lint error
This commit is contained in:
parent
11e5520166
commit
688d9e466b
@ -44,7 +44,7 @@ const (
|
|||||||
RegexExtractor ExtractorType = iota + 1
|
RegexExtractor ExtractorType = iota + 1
|
||||||
// KValExtractor extracts responses with key:value
|
// KValExtractor extracts responses with key:value
|
||||||
KValExtractor
|
KValExtractor
|
||||||
// XPathExtractor extracts respones with Xpath selectors
|
// XPathExtractor extracts responses with Xpath selectors
|
||||||
XPathExtractor
|
XPathExtractor
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user