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

Return arrays/slices on each call #5

Merged

Conversation

cmin764
Copy link
Contributor

@cmin764 cmin764 commented Oct 8, 2019

This returns now []interface{} instead of the old interface{} so we don't need to make a intersect.Hash(first, second).([]interface{}) for casting each time we process such returned lists.

@juliangruber juliangruber merged commit 64ef44e into juliangruber:master Oct 8, 2019
@juliangruber
Copy link
Owner

Nice! Thank you

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.

2 participants