fix(pkg/strvals): use rune literal instead of ASCII
When checking that a value begins with zero use a rune literal instead of the ASCII code for zero.
Showing
+1 -1
Please register or sign in to comment
When checking that a value begins with zero use a rune literal instead of the ASCII code for zero.