Merge pull request #117 from koalex/patch-1

Update README.md
This commit is contained in:
Vasily Romanov
2017-04-26 10:38:02 +03:00
committed by GitHub
+1 -1
View File
@@ -216,7 +216,7 @@ used with a writer.
### easyjson vs. go/codec
[go/codec](https://github.com/ugorji/go/codec) provides
[go/codec](https://github.com/ugorji/go) provides
compile-time helpers for JSON generation. In this case, helpers do not work
like marshalers as they are encoding-independent.