Yeah, OO interface for sort from Go's standard library is crap. But why reflect and all that magic? I was expecting something based on function literals as a decent way to sort truly arbitrary data and not break context.
Same idea: <a href="https://github.com/patrickmn/sortutil" rel="nofollow">https://github.com/patrickmn/sortutil</a><p>Wish it was easier without reflection.