Gosorting Simple Sorting library in Go. It contains the implementation of the MergeSort and QuickSort algorithms. The MergeSort implementation is out-of-space, and the QuickSort implementation is in-place.