On Wednesday, 6 November 2013 at 15:34:54 UTC, Jesse Phillips wrote:
1. http://blog.jessta.id.au/2012/06/gos-sort-package.html

Hmm... if sort.Sort accepts a sortable interface, they could define those 3 methods for respective arrays so that they would satisfy the interface, and sort.Sort would accept them transparently. Well, if go allows extending array's interface.

Reply via email to