We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e899771 commit 1bdf86bCopy full SHA for 1bdf86b
internal/bytesconv/bytesconv.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// StringToBytes converts string to byte slice without a memory allocation.
12
-func StringToBytes(s string) (b []byte) {
+func StringToBytes(s string) []byte {
13
return *(*[]byte)(unsafe.Pointer(
14
&struct {
15
string
0 commit comments