Add doc line to strconv

This commit is contained in:
gingerBill
2025-10-09 12:28:16 +01:00
parent 63ac9c7382
commit 8019bd360a

View File

@@ -1,3 +1,4 @@
// package strconv implements conversions to and from string represnetations of other data types
package strconv
import "core:unicode/utf8"