nemetyan kod

This commit is contained in:
merdan 2023-03-24 16:32:09 +05:00
parent 7d5035782e
commit fb9a19eb90
1 changed files with 3 additions and 3 deletions

View File

@ -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)