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
On Go 1.21+, use cmp.Ordered instead of a private type
Go 1.21 introduces a language-maintained constraint permitting any
ordered types, use that instead of the private version defined in
sets.
Signed-off-by: Stephen Kitt <[email protected]>
0 commit comments