From bb486e7e21d88677cb655b886f09385841742cb8 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 7 Nov 2018 20:05:18 +0800 Subject: [PATCH] update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d251d2b2..f4ee0fa8 100644 --- a/README.md +++ b/README.md @@ -1001,7 +1001,6 @@ func main() { #### PureJSON Normally, JSON replaces special HTML characters with their unicode entities, e.g. `<` becomes `\u003c`. If you want to encode such characters literally, you can use PureJSON instead. -This feature is unavailable in Go 1.6 and lower. ```go func main() {