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()
|
product, err := linkParser.ParseLink()
|
||||||
|
|
||||||
//jsProd,_:= json.MarshalIndent(product,""," ")
|
jsProd,_:= json.MarshalIndent(product,""," ")
|
||||||
//
|
|
||||||
//fmt.Println(string(jsProd))
|
fmt.Println(string(jsProd))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.WriteHeader(http.StatusInternalServerError)
|
w.WriteHeader(http.StatusInternalServerError)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue