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
Followed up on #19725: internal/choice.Contains is now just a thin wrapper around slices.Contains.
We can replace all choice.Contains(x, list) call sites with slices.Contains(list, x).
Followed up on #19725:
internal/choice.Containsis now just a thin wrapper aroundslices.Contains.We can replace all
choice.Contains(x, list)call sites withslices.Contains(list, x).