func bytes.Replace

3 uses

	bytes (current package)
		bytes.go#L1118: func Replace(s, old, new []byte, n int) []byte {
		bytes.go#L1160: 	return Replace(s, old, new, -1)

	crypto/tls
		handshake_client_tls13.go#L271: 			hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)