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
Hi,
First of all, thanks for doing this, it helps bridging the gap with apis not available in C/C++.
I'm trying to pass a list of strings to a go plugin and at the moment it seems only a string can be passed.
One way to do it and this is what I do at the moment is to parse the space separated string into an array in my plugin but I'm not sure on how to integrate it "properly" in the lib. Could you give some guidelines on how to do it properly? I could make a PR then.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thanks for doing this, it helps bridging the gap with apis not available in C/C++.
I'm trying to pass a list of strings to a go plugin and at the moment it seems only a string can be passed.
One way to do it and this is what I do at the moment is to parse the space separated string into an array in my plugin but I'm not sure on how to integrate it "properly" in the lib. Could you give some guidelines on how to do it properly? I could make a PR then.
Thanks!
The text was updated successfully, but these errors were encountered: