modulepackage
0.0.0-20180809154707-2b758aa73013
Repository: https://github.com/bradfitz/slice.git
Documentation: pkg.go.dev
# README
Slice
This package was the home of Go 1.8's sort.Slice
before I added
it to the standard library.
Deprecated: any new code should use the standard library instead:
# Functions
Sort sorts the provided slice using the function less.
SortInterface returns a sort.Interface to sort the provided slice using the function less.