Documentation ¶
Overview ¶
Package path implement a simple dfa string pattern match.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // InvalidPattern 不合法的模式串 InvalidPattern = errors.New("invalid pattern") // InvalidParamName 不合法的参数名 InvalidParamName = errors.New("invalid param name") // UnexpectedQuestion 非法的?操作 UnexpectedQuestion = errors.New("question only used before colon") // UnexpectedBrace 非法的 '{', '}' UnexpectedBrace = errors.New("question only used before colon") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.