-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: nil pointer dereferencing in writeArg #3271
Conversation
Hello @aliforever, Looking at the example test, don't you think we should add a check with |
Hi @ndyakov, I think linter was due to missing go.mod file in commit. Regarding omitempty, I added it to a bool struct, is that what you meant? |
@aliforever yes, thank you. Will merge once CI completes. |
WriteArg (internal/proto/writer.go:62)
Issue: #3208