added info about main package

This commit is contained in:
Vasily Romanov
2019-06-26 12:21:58 +03:00
committed by GitHub
parent da37f6c1e4
commit b2ccc51980
+3
View File
@@ -173,6 +173,9 @@ for more information.
typically for many uses/protocols the final, marshaled length of the JSON
needs to be known prior to sending the data. Currently this is not possible
with easyjson's architecture.
* easyjson parser and codegen based on reflection, so it wont works on `package main`
files, because they cant be imported by parser.
## Benchmarks