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
refactor: replace custom slice Contains method with slices.Contains
Replaced the custom implementation of the slice Contains method with
built-in `slices.Contains` function from the Go standard library.
This simplifies the code and improves readability and maintainability.
Signed-off-by: Rohan Kumar <[email protected]>
0 commit comments