func os.ReadFile

18 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/jackc/pgx/v5/pgconn
		config.go#L760: 			caCert, err := os.ReadFile(caPath)
		config.go#L836: 		buf, err := os.ReadFile(sslkey)
		config.go#L878: 		certfile, err := os.ReadFile(sslcert)

	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#L42: 	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)