Documentation
¶
Index ¶
Constants ¶
View Source
const Ext = ".inc.js"
Ext is the file extension for .inc.js files.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
Path string // Full file path for the build context the file came from.
ModTime time.Time
Content []byte
}
File represents a *.inc.js file metadata and content.
func FromFilename ¶
Click to show internal directories.
Click to hide internal directories.