func os.ReadFile
11 uses
os (current package)
file.go#L780: b, err := ReadFile(fullname)
file.go#L864: func ReadFile(name string) ([]byte, error) {
crypto/tls
tls.go#L247: certPEMBlock, err := os.ReadFile(certFile)
tls.go#L251: 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())
github.com/gotd/td/session
storage_file.go#L27: data, err := os.ReadFile(f.Path)
github.com/refraction-networking/utls
tls.go#L235: certPEMBlock, err := os.ReadFile(certFile)
tls.go#L239: keyPEMBlock, err := os.ReadFile(keyFile)
golang.org/x/sys/cpu
hwcap_linux.go#L42: buf, err := os.ReadFile(procAuxv)
vendor/golang.org/x/sys/cpu
hwcap_linux.go#L42: buf, err := os.ReadFile(procAuxv)
 |
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. |