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)