remove debug code

This commit is contained in:
白茶清欢 2025-05-06 14:14:18 +08:00
parent a28bc364e4
commit 38b2d74f35

View File

@ -9,7 +9,6 @@ package sjson_hack
import (
"errors"
"fmt"
"git.zhangdeman.cn/zhangdeman/json_filter/gjson_hack"
"git.zhangdeman.cn/zhangdeman/wrapper"
"github.com/tidwall/sjson"
@ -27,7 +26,6 @@ var (
//
// Date : 11:36 2024/12/3
func Set(jsonRes string, path string, value any) (string, error) {
fmt.Println(jsonRes, value)
var (
err error
res string = jsonRes