feat: custom hide error message by regexp (close #1468)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user