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

Adds support for []string #5

Merged
merged 1 commit into from
Apr 29, 2021
Merged

Adds support for []string #5

merged 1 commit into from
Apr 29, 2021

Conversation

andremissaglia
Copy link
Contributor

It's a common scenario to receive slice configs. But there is currently no
easy support for that.

This commit only solves the problem for string slices, although its relatively
easy to extend to other types.

Fixes #4

It's a common scenario to receive slice configs. But there is currently no
easy support for that.

This commit only solves the problem for string slices, although its relatively
easy to extend to other types.

Fixes omeid#4
@rjfonseca
Copy link

Hi there @omeid. We love this package and this PR would help us to simplify our code. Do you think this could be merged?

@omeid omeid merged commit 9ae1117 into omeid:master Apr 29, 2021
@omeid
Copy link
Owner

omeid commented Apr 29, 2021

@rjfonseca Sorry this somehow dropped from my radar, it is now merged.

Cheers

omeid added a commit that referenced this pull request Jun 2, 2021
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

Successfully merging this pull request may close these issues.

How to use the tag default:"" for [ ]string?
3 participants