diff options
Diffstat (limited to 'const.go')
-rw-r--r-- | const.go | 7 |
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 -) |