Documentation ¶ Index ¶ type FilePath func (f FilePath) Base() FilePath func (f FilePath) Dir() FilePath func (f FilePath) Join(paths ...string) FilePath func (f FilePath) ToString() string type RegExp type TemplateExpression Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FilePath ¶ type FilePath string func (FilePath) Base ¶ func (f FilePath) Base() FilePath func (FilePath) Dir ¶ added in v0.16.0 func (f FilePath) Dir() FilePath func (FilePath) Join ¶ added in v0.16.0 func (f FilePath) Join(paths ...string) FilePath func (FilePath) ToString ¶ func (f FilePath) ToString() string type RegExp ¶ type RegExp string type TemplateExpression ¶ type TemplateExpression string Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.