README ¶ extract-embed Extract embed filesystem Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Extract(base string, embedFs *embed.FS) error type TmpExtractedFs func ExtractFs(name string, embedFs *embed.FS) (*TmpExtractedFs, error) func (t *TmpExtractedFs) Close() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Extract ¶ func Extract(base string, embedFs *embed.FS) error Types ¶ type TmpExtractedFs ¶ type TmpExtractedFs struct { Path string } func ExtractFs ¶ func ExtractFs(name string, embedFs *embed.FS) (*TmpExtractedFs, error) func (*TmpExtractedFs) Close ¶ func (t *TmpExtractedFs) Close() error Source Files ¶ View all Source files embedfs.goextract.gorealfs.gotmp.go Click to show internal directories. Click to hide internal directories.