Merge remote-tracking branch 'zakj/patch-2'

This commit is contained in:
Mark McGranaghan 2014-01-22 08:00:42 -08:00
commit a44a00b2a3

View File

@ -1,7 +1,7 @@
// Sometimes we'll want to sort a collection by something
// other than its natural order. For example, suppose we
// wanted to sort strings by their length instead of
// alphabetically. Here's an example of custom sorts sorts
// alphabetically. Here's an example of custom sorts
// in Go.
package main