update readme

This commit is contained in:
thinkerou 2018-11-07 20:05:18 +08:00
parent 883edea2c1
commit bb486e7e21

View File

@ -1001,7 +1001,6 @@ func main() {
#### PureJSON #### 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. 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 ```go
func main() { func main() {