Documentation ¶
Index ¶
Constants ¶
View Source
const Inhibit = 1<<63 - 1
Variables ¶
This section is empty.
Functions ¶
func GlobPath ¶
GlobPath returns true if a and b match using supported wildcards. Note that both a and b main contain wildcards, and it's up to the call site to constrain the string content if that's not desirable.
Supported wildcards:
? - Any one character, except for / * - Any zero or more characters, except for / ** - Any zero or more characters, including /
Types ¶
type Cost ¶
func StandardCost ¶
Click to show internal directories.
Click to hide internal directories.