 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Wildcard2Regexp ¶
Wildcard2Regexp translates a wildcard string to a regexp string.
Types ¶
type Match ¶
type Match struct {
	Submatches []string // 0: the entire query, 1: the first submatch, 2: the second submatch, ...
	// contains filtered or unexported fields
}
    Match is a matched result.
 Click to show internal directories. 
   Click to hide internal directories.