package correct import "sort" func SortIntegerTable(a []int) { sort.Ints(a) }