fix ident

This commit is contained in:
Rex Lee(李俊) 2018-07-02 21:41:12 +08:00
parent 5748abf367
commit 9effe91524

View File

@ -914,7 +914,7 @@ func main() {
"tag": "<br>", "tag": "<br>",
} }
// will output : {"lang":"GO\u8bed\u8a00","tag":"\u003cbr\u003e"} // will output : {"lang":"GO\u8bed\u8a00","tag":"\u003cbr\u003e"}
c.AsciiJSON(http.StatusOK, data) c.AsciiJSON(http.StatusOK, data)
}) })