Add constant '@' and fix typo

This commit is contained in:
arberkatellari
2025-06-26 08:32:10 +02:00
committed by Dan Christian Bogos
parent 2385597155
commit d7254ff73c
4 changed files with 5 additions and 4 deletions

View File

@@ -229,6 +229,7 @@ const (
FilterValEnd = ")"
PlusChar = "+"
MinusChar = "-"
AtChar = "@"
JSON = "json"
JSONCaps = "JSON"
GOBCaps = "GOB"