Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "keyword" // ValuesRegex exclude values starting with $ because they are usually variables // exclude values surrounded by {} because they are usually computed expressions ValuesRegex = `[^${\s].+[^}\s]` )
Variables ¶
This section is empty.
Functions ¶
func NewDetector ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.