func For(v interface{}) sort.Interface
For returns a sort.Interface object that can be used to sort the given value. It returns nil if there is no sorter for the type of value.