Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sort.Slice() with strings.FieldsFunc(). sort.Slice() was introduced in go1.8. I need panic to work on go1.7 to diagnose an issue with 'additional frames elided' not being printed anymore.
- Loading branch information