feat: custom hide error message by regexp (close #1468)

This commit is contained in:
Noah Hsu
2022-08-08 12:52:54 +08:00
parent d6437a337f
commit 2b04cf4ac3
8 changed files with 144 additions and 20 deletions

View File

@ -1,5 +1,7 @@
package conf
import "regexp"
var (
BuiltAt string
GoVersion string
@ -14,3 +16,4 @@ var (
)
var TypesMap = make(map[string][]string)
var PrivacyReg []*regexp.Regexp