Skip to content
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

[feature-request] Add support for space and comma separated strings parameters #58

Open
Minipada opened this issue Dec 2, 2022 · 0 comments

Comments

@Minipada
Copy link

Minipada commented Dec 2, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant