You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Majority of the changes include:
- using strings.EqualFold for case
insensitive matching
- Removing nil checks for slices
- strings.Contains instead of strings.Index
to check for substring availability
Signed-off-by: Madhav Jivrajani <[email protected]>
0 commit comments