func os.ReadFile
7 uses
os (current package)
file.go#L721: b, err := ReadFile(fullname)
file.go#L783: func ReadFile(name string) ([]byte, error) {
crypto/tls
tls.go#L236: certPEMBlock, err := os.ReadFile(certFile)
tls.go#L240: keyPEMBlock, err := os.ReadFile(keyFile)
crypto/x509
root_unix.go#L42: data, err := os.ReadFile(file)
root_unix.go#L70: data, err := os.ReadFile(directory + "/" + fi.Name())
vendor/golang.org/x/sys/cpu
hwcap_linux.go#L42: buf, err := os.ReadFile(procAuxv)
![]() |
The pages are generated with Golds v0.7.6. (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. |