1
0
Fork 0
mirror of https://github.com/imjasonh/tros synced 2026-07-06 22:12:56 +00:00
No description
Find a file
2014-09-19 19:43:43 -04:00
.gitignore Initial commit 2014-08-06 14:58:30 -04:00
.travis.yml Add go get command so travis can build 2014-09-19 19:43:43 -04:00
benchmark_test.go update benchmarks to include struct sorting 2014-09-19 19:28:23 -04:00
LICENSE Initial commit 2014-08-06 14:58:30 -04:00
README.md Add travis badge 2014-09-16 17:15:30 -04:00
tros.go Add ability to sort structs by fields implementing Lesser 2014-09-19 19:20:30 -04:00
tros_test.go Add ability to sort structs by fields implementing Lesser 2014-09-19 19:20:30 -04:00

tros provides methods to sort slices of structs based on the values of fields specified at runtime, using reflection.

GoDoc Build Status

Tests | Benchmarks


License

Copyright 2014 Jason Hall

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.