* add flop

* move to be alphabetical
This commit is contained in:
Josh 2019-04-03 12:40:17 -04:00 committed by Avelino
parent bdcfb70864
commit bd4f2ac700

View File

@ -605,6 +605,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for handling files and file systems.*
* [afero](https://github.com/spf13/afero) - FileSystem Abstraction System for Go.
* [flop](https://github.com/homedepot/flop) - File operations library which aims to mirror feature parity with [GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html).
* [go-csv-tag](https://github.com/artonge/go-csv-tag) - Load csv file using tag.
* [go-decent-copy](https://github.com/hugocarreira/go-decent-copy) - Copy files for humans.
* [go-gtfs](https://github.com/artonge/go-gtfs) - Load gtfs files in go.