From b2ccc519800e761ac8000b95e5d57c80a897ff9e Mon Sep 17 00:00:00 2001 From: Vasily Romanov Date: Wed, 26 Jun 2019 12:21:58 +0300 Subject: [PATCH] added info about main package --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fd7686..3bdcf2d 100644 --- a/README.md +++ b/README.md @@ -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