From 13f8ee23c4fb9285ebaaa972c581f6268bcd046a Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 18 Feb 2024 09:10:51 -0800 Subject: [PATCH] byte constants --- cr/byte.go | 3 +++ lf/byte.go | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 cr/byte.go create mode 100644 lf/byte.go diff --git a/cr/byte.go b/cr/byte.go new file mode 100644 index 0000000..fc8b021 --- /dev/null +++ b/cr/byte.go @@ -0,0 +1,3 @@ +package cr + +const Byte byte = '\u000D' diff --git a/lf/byte.go b/lf/byte.go new file mode 100644 index 0000000..2e5cbc9 --- /dev/null +++ b/lf/byte.go @@ -0,0 +1,3 @@ +package lf + +const Byte byte = '\u000A'