func os.ReadFile
8 uses
os (current package)
file.go#L651: func ReadFile(name string) ([]byte, error) {
crypto/tls
tls.go#L262: certPEMBlock, err := os.ReadFile(certFile)
tls.go#L266: keyPEMBlock, err := os.ReadFile(keyFile)
go/parser
interface.go#L42: return os.ReadFile(filename)
html/template
template.go#L526: b, err = os.ReadFile(file)
io/ioutil
ioutil.go#L37: return os.ReadFile(filename)
runtime/pprof
proto.go#L578: data, _ := os.ReadFile("/proc/self/maps")
text/template
helper.go#L167: b, err = os.ReadFile(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. |