Go Algorithms: Sorts

I started with Go's sort [http://golang.org/pkg/sort/] package for some inspiration on how to build the API for my implementations. It is nice to be able to look at other approaches, especially when I'm more accusotmed to doing things in Node.js or…