aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-30 01:23:40 +0000
committerRunxi Yu <me@runxiyu.org>2024-12-30 01:23:40 +0000
commitdce03955174abe5ad83c01c930e3bf47fe39d8ce (patch)
treecf4cddc3f83bc6eb9efd5be959d349fa47606c84 /const.go
parentReformat (diff)
downloadmeseircd-dce03955174abe5ad83c01c930e3bf47fe39d8ce.tar.gz
meseircd-dce03955174abe5ad83c01c930e3bf47fe39d8ce.tar.zst
meseircd-dce03955174abe5ad83c01c930e3bf47fe39d8ce.zip
Revamp
Diffstat (limited to 'const.go')
-rw-r--r--const.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/const.go b/const.go
deleted file mode 100644
index 962db26..0000000
--- a/const.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-const (
- MaxlenTags = 8191
- MaxlenTagData = MaxlenTags - 2
- MaxlenBody = 510
-)