func os.ReadFile
15 uses
os (current package)
file.go#L737: b, err := ReadFile(fullname)
file.go#L799: 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())
go/parser
interface.go#L41: return os.ReadFile(filename)
golang.org/x/sys/cpu
hwcap_linux.go#L42: buf, err := os.ReadFile(procAuxv)
golang.org/x/tools/go/packages
packages.go#L1350: src, err = os.ReadFile(filename)
google.golang.org/grpc/credentials
tls.go#L282: b, err := os.ReadFile(certFile)
html/template
template.go#L520: b, err = os.ReadFile(file)
io/ioutil
ioutil.go#L38: return os.ReadFile(filename)
runtime/pprof
proto_other.go#L18: data, _ := os.ReadFile("/proc/self/maps")
text/template
helper.go#L168: b, err = os.ReadFile(file)
vendor/golang.org/x/sys/cpu
hwcap_linux.go#L42: buf, err := os.ReadFile(procAuxv)