From fb9a19eb908bc6f11a165a3e9d211983c97656e9 Mon Sep 17 00:00:00 2001 From: merdan Date: Fri, 24 Mar 2023 16:32:09 +0500 Subject: [PATCH] nemetyan kod --- controllers/ParseController.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/ParseController.go b/controllers/ParseController.go index 2e925c5..3ca31f2 100644 --- a/controllers/ParseController.go +++ b/controllers/ParseController.go @@ -79,9 +79,9 @@ func ParseLinkTY(link string,w http.ResponseWriter) { product, err := linkParser.ParseLink() - //jsProd,_:= json.MarshalIndent(product,""," ") - // - //fmt.Println(string(jsProd)) + jsProd,_:= json.MarshalIndent(product,""," ") + + fmt.Println(string(jsProd)) if err != nil { w.WriteHeader(http.StatusInternalServerError)