-
Notifications
You must be signed in to change notification settings - Fork 27
Comparison should be case in-sensitive #12
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
Conversation
All words to be filtered should be lower-case, regardless of how entered. Word to be compared should be lower-case, regardless of how entered
Filter should be case insensitive
Completely new to Go
I completely wing-ed this. I'm not sure yet how to add any test to check if this works, but point me in the right direction and I can try to add that as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Unfortunately there aren't any tests yet, so it's fine to merge is as it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bbuehrle ! LGTM!
All words to be filtered should be lower-case, regardless of how entered. Word to be compared should be lower-case, regardless of how entered.