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 stringset with stdlib funcs (#46752)
* refactor: replace stringset with stdlib funcs
stringset is only used as a temporary data structure to
remove duplicates. This can be handled by the stdlib new slices
package.
Replace stringset+toslice with slices.sort+slices.compact
* refactor: replace more stringset usage with stdlib
* Update fingerprint.go
0 commit comments