Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct { Path string Data []byte Mode fs.FileMode ModTime time.Time Entries []fs.DirEntry }
func (*File) Embed ¶ added in v0.2.6
Embed as a string literal. https://github.com/go-bindata/go-bindata/blob/26949cc13d95310ffcc491c325da869a5aafce8f/stringwriter.go#L18-L36
func (*File) IsDir ¶ added in v0.2.5
Returns true if entry is a directory. Implements the fs.DirEntry interface.
type Map ¶
type OS ¶ added in v0.2.5
type OS string
OS creates a new OS filesystem rooted at the given directory. TODO: create an os_windows for opening on multiple drives with the same API: https://github.com/golang/go/issues/44279#issuecomment-955766528
Click to show internal directories.
Click to hide internal directories.