We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a7c58 commit 8d85b46Copy full SHA for 8d85b46
1 file changed
pkg/lib/util.go
@@ -50,15 +50,6 @@ func StringListToSet(stringList []string) map[string]bool {
50
return stringSet
51
}
52
53
-// SortStrings sorts strs in place.
54
-//
55
-// Deprecated: use slices.Sort instead.
56
57
-//go:fix inline
58
-func SortStrings(strs []string) {
59
- slices.Sort(strs)
60
-}
61
-
62
// ReverseStringList reverses strs in place.
63
//
64
// Deprecated: use slices.Reverse instead.
0 commit comments