byte constants

master
Charles Iliya Krempeaux 2024-02-18 09:10:51 -08:00
parent 9e53c5a034
commit 13f8ee23c4
2 changed files with 6 additions and 0 deletions

3
cr/byte.go 100644
View File

@ -0,0 +1,3 @@
package cr
const Byte byte = '\u000D'

3
lf/byte.go 100644
View File

@ -0,0 +1,3 @@
package lf
const Byte byte = '\u000A'