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() {