type embed.FS
8 uses
embed (current package)
embed.go#L148: type FS struct {
embed.go#L212: _ fs.ReadDirFS = FS{}
embed.go#L213: _ fs.ReadFileFS = FS{}
embed.go#L255: func (f FS) lookup(name string) *file {
embed.go#L284: func (f FS) readDir(dir string) []file {
embed.go#L305: func (f FS) Open(name string) (fs.File, error) {
embed.go#L317: func (f FS) ReadDir(name string) ([]fs.DirEntry, error) {
embed.go#L334: func (f FS) ReadFile(name string) ([]byte, error) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |