From 03b95eb3fea0da3b1ba5c7153f3e8de453d25281 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 24 Jul 2024 19:22:31 +0530 Subject: [PATCH] comments removed --- gjson.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/gjson.go b/gjson.go index ae865c6..53b4568 100644 --- a/gjson.go +++ b/gjson.go @@ -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) }