From ae739f12815685cda13eb31049f33da582afc1e3 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 18 Feb 2024 09:15:13 -0800 Subject: [PATCH] string constnats --- crlf/string.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crlf/string.go diff --git a/crlf/string.go b/crlf/string.go new file mode 100644 index 0000000..31350ee --- /dev/null +++ b/crlf/string.go @@ -0,0 +1,8 @@ +package crlf + +import ( + "sourcecode.social/reiver/go-eol/cr" + "sourcecode.social/reiver/go-eol/lf" +) + +const String string = cr.String + lf.String