Alexandr Mayorskiy
Alexandr Mayorskiy
Hello. Thank you for reporting
Fix reverted, need new fix and tests for opt types // This message for me
Hello. I am very sorry that our library caused you such a reaction. Your suggestions are very interesting and we will try to implement them. Thank.
Hello. It's not safe to delete this check. If field1 is null, you receive error.
Hello. Can you give example?
Hello. vendoring does't save generator code. If you want to save generator code to vendor, you need to add to any source file: ``` import _ "github.com/mailru/easyjson/easyjson" ``` And after...
Hello, yes, create separate (not used module) and add comment to begin of file: // +build some_tag Go do not build this file but vendor packages from it
> @GoWebProd > > What's about a real issue? This not issue. Go mod don't vendoring packages that not program not using. Also, there is no way to adequately vendor...
Hello. Unfortunately, this is not so simple and will greatly affect performance. I think that can make this functionality optional if it really is in great need.