mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
parent
f0a7c5832f
commit
8d85b46404
1 changed files with 0 additions and 9 deletions
|
|
@ -50,15 +50,6 @@ func StringListToSet(stringList []string) map[string]bool {
|
|||
return stringSet
|
||||
}
|
||||
|
||||
// SortStrings sorts strs in place.
|
||||
//
|
||||
// Deprecated: use slices.Sort instead.
|
||||
//
|
||||
//go:fix inline
|
||||
func SortStrings(strs []string) {
|
||||
slices.Sort(strs)
|
||||
}
|
||||
|
||||
// ReverseStringList reverses strs in place.
|
||||
//
|
||||
// Deprecated: use slices.Reverse instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue