Documentation ¶ Index ¶ func ReadDir(path string) ([]fs.DirEntry, error) func ReadFile(path string) ([]byte, error) func WalkDir(root string, fn fs.WalkDirFunc) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadDir ¶ func ReadDir(path string) ([]fs.DirEntry, error) func ReadFile ¶ func ReadFile(path string) ([]byte, error) Stubbed embedded package for builds where embedding isn't configured. These functions return clear errors indicating the embedded data isn't available. func WalkDir ¶ func WalkDir(root string, fn fs.WalkDirFunc) error Types ¶ This section is empty. Source Files ¶ View all Source files embedded.go Click to show internal directories. Click to hide internal directories.