diff --git a/kfsend.go b/kfsend.go index 661c322..28ed8c1 100644 --- a/kfsend.go +++ b/kfsend.go @@ -202,7 +202,7 @@ func kfSendNews(toUser, title, description string, articles []sendNewsArticle) { s.News.Articles = a //marshal - j, _ := json.Marshal(s) + j, _ := myJSONMarshal(s) log.Println(string(j)) //send u := getKfSendURL()