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)
 |
The pages are generated with Golds v0.7.6. (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. |