From dbfadc5a7e5bd3163b49878994063cd6d869fe6a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 21:47:40 +0800 Subject: Refactor --- unsafe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsafe.go') diff --git a/unsafe.go b/unsafe.go index ed1e56c..dc6cb97 100644 --- a/unsafe.go +++ b/unsafe.go @@ -5,7 +5,7 @@ package main import "unsafe" -// Converts a string to a byte slice without copying the string. +// stringToBytes converts a string to a byte slice without copying the string. // Memory is borrowed from the string. // The resulting byte slice must not be modified in any form. func stringToBytes(s string) (bytes []byte) { -- cgit v1.2.3