type embed.FS
8 uses
embed (current package)
embed.go#L151: type FS struct {
embed.go#L200: _ fs.ReadDirFS = FS{}
embed.go#L201: _ fs.ReadFileFS = FS{}
embed.go#L243: func (f FS) lookup(name string) *file {
embed.go#L272: func (f FS) readDir(dir string) []file {
embed.go#L293: func (f FS) Open(name string) (fs.File, error) {
embed.go#L305: func (f FS) ReadDir(name string) ([]fs.DirEntry, error) {
embed.go#L322: func (f FS) ReadFile(name string) ([]byte, error) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |