As an example look into the way sorting is implemented in the standard library: http://golang.org/pkg/sort/
I had to look at this example for a long time to get it... And now I have forgotten it again since it was months ago :-(
I still thought it requires too many lines to sort stuff, but it is doable.
As an example look into the way sorting is implemented in the standard library: http://golang.org/pkg/sort/
I had to look at this example for a long time to get it... And now I have forgotten it again since it was months ago :-(
I still thought it requires too many lines to sort stuff, but it is doable.