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

split returns map[string]string which is incompatible with other functions like dig #9

Open
ghostsquad opened this issue Apr 27, 2022 · 1 comment

Comments

@ghostsquad
Copy link

ghostsquad commented Apr 27, 2022

split returns map[string]string which is incompatible with other functions like dig which expect map[string]interface{}

@andreynering
Copy link
Member

It's probably possible to use reflection so that dig works with both map[string]string and map[string]interface{}.

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

2 participants