From 8c18330aa3976aa981bbe4f135960a92b5923fb6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 7 Dec 2024 21:13:28 +0800 Subject: Initial commit --- const.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 const.go (limited to 'const.go') diff --git a/const.go b/const.go new file mode 100644 index 0000000..962db26 --- /dev/null +++ b/const.go @@ -0,0 +1,7 @@ +package main + +const ( + MaxlenTags = 8191 + MaxlenTagData = MaxlenTags - 2 + MaxlenBody = 510 +) -- cgit v1.2.3