You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently not on the console but I'm quite sure pull request #43 (fix for issue #42) should solve this.
Maybe you want to give it a try and push it a bit. ;-)
in the meantime? That's a (currently still unmerged) fork which should fix that issue.
Please give PR #43 a thumbs up if so. Would like to return to the main branch soon.
Because @kPshi's PR adds other things (and frankly I had trouble understanding what actually was happening), I've created a smaller PR that only adds the support for scanning slice of pointers - #99
My code is like this:
and i got an error:
Invalid variable type: must be a slice of struct or NullStringMap
But a lot of scenarios use slice of pointers to structs, such as the codes generated by protocol buffer:
We need to support populate slice of struct pointer so we can pass proto message field directly without convertion.
The text was updated successfully, but these errors were encountered: