Examples using... sort.Ints()

Recent
Ints sorts a slice of ints in increasing order.
Go’s sort package implements sorting for builtins and user-defined types.