Replace bubble sort implementations with slices.Sort()
In main.go, there are a few functions that implement bubble-sort logic, and could be replaced with slices.Sort() from the standard lib.
issue