This commit is contained in:
Sahil-4555 2025-12-01 11:21:12 +05:30
parent 4ee67b8d25
commit de6e67063e

View file

@ -38,7 +38,7 @@ func FromHex(s string) []byte {
}
// CopyBytes returns an exact copy of the provided bytes.
func CopyBytes(b []byte) []byte {
func CopyBytes(b []byte) []byte {
return bytes.Clone(b)
}