nemetyan kod
This commit is contained in:
parent
7d5035782e
commit
fb9a19eb90
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue