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

set IgnoreCommas to Option type #203

Merged

Conversation

fearful-symmetry
Copy link
Contributor

Followup to #192, elastic-agent has a getOptions() method that checks any options passed to the underlying ucfg calls. It expects the options to be of type Option. Alas, without explicitly setting the type in the declaration, go will read the type as func(*option) instead of the Option type alas.

@fearful-symmetry fearful-symmetry merged commit 5edd2c2 into elastic:main Mar 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants