remove debug code

This commit is contained in:
白茶清欢 2025-04-28 21:11:18 +08:00
parent 6b9942a175
commit 7e464374bb

View File

@ -75,7 +75,6 @@ func (oj *ownJson) Marshal(marshalType string) ([]byte, error) {
// generateStructField 递归解析
func (oj *ownJson) generateStructField(rootPath string, currentName string, currentResult gjson.Result) {
structPath := oj.getPath(rootPath, currentName)
fmt.Println(structPath)
if currentResult.IsBool() {
// bool类型
oj.structBuilder.AddField(structPath, "", true, "", false)