func io/fs.ReadFile
4 uses
io/fs (current package)
readfile.go#L29: func ReadFile(fsys FS, name string) ([]byte, error) {
sub.go#L104: data, err := ReadFile(f.fsys, full)
html/template
template.go#L533: b, err = fs.ReadFile(fsys, file)
text/template
helper.go#L174: b, err = fs.ReadFile(fsys, file)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |