From bd4f2ac70016b536797bffd2d4b47072eb886795 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 3 Apr 2019 12:40:17 -0400 Subject: [PATCH] flop (#2455) * add flop * move to be alphabetical --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86bae31e..96384f9a 100644 --- a/README.md +++ b/README.md @@ -602,9 +602,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Files -*Libraries for handling files and file systems.* +*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.