mirror of https://github.com/daffainfo/nuclei.git
Fixed lint error
parent
11e5520166
commit
688d9e466b
|
@ -44,7 +44,7 @@ const (
|
|||
RegexExtractor ExtractorType = iota + 1
|
||||
// KValExtractor extracts responses with key:value
|
||||
KValExtractor
|
||||
// XPathExtractor extracts respones with Xpath selectors
|
||||
// XPathExtractor extracts responses with Xpath selectors
|
||||
XPathExtractor
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue