From 9effe915249d00fd6196d044fdbf1f55c928abda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rex=20Lee=28=E6=9D=8E=E4=BF=8A=29?= Date: Mon, 2 Jul 2018 21:41:12 +0800 Subject: [PATCH] fix ident --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb81de3..93896469 100644 --- a/README.md +++ b/README.md @@ -914,7 +914,7 @@ func main() { "tag": "
", } - // will output : {"lang":"GO\u8bed\u8a00","tag":"\u003cbr\u003e"} + // will output : {"lang":"GO\u8bed\u8a00","tag":"\u003cbr\u003e"} c.AsciiJSON(http.StatusOK, data) })