comments removed

This commit is contained in:
= 2024-07-24 19:22:31 +05:30
parent 88b0f02427
commit 03b95eb3fe
1 changed files with 0 additions and 2 deletions

View File

@ -2821,8 +2821,6 @@ func init() {
}
// AddModifier binds a custom modifier command to the GJSON syntax.
// This operation is not thread safe and should be executed prior to
// using all other gjson function.
func AddModifier(name string, fn func(json, arg string) string) {
modifiers.Store(name, fn)
}