From 87250bf534e662a3e9f9c7e8fa3aff39721b3e6d Mon Sep 17 00:00:00 2001 From: Michael <1185694600@qq.com> Date: Thu, 19 Sep 2019 11:13:19 +0800 Subject: [PATCH 1/2] feat: add bigfile project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4cb1191c5f..e3843a73022 100644 --- a/README.md +++ b/README.md @@ -636,6 +636,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. +* [bigfile][https://github.com/bigfile/bigfile] - A file transfer system, support to manage files with http api, rpc call and ftp client. * [checksum](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5 and SHA256, for large files. * [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. From 2e655fdac3ba1d61805327ce48645846fa560cb6 Mon Sep 17 00:00:00 2001 From: Michael <1185694600@qq.com> Date: Thu, 19 Sep 2019 11:37:09 +0800 Subject: [PATCH 2/2] feat: add bigfile project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3843a73022..db28d738de8 100644 --- a/README.md +++ b/README.md @@ -636,7 +636,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. -* [bigfile][https://github.com/bigfile/bigfile] - A file transfer system, support to manage files with http api, rpc call and ftp client. +* [bigfile](https://github.com/bigfile/bigfile) - A file transfer system, support to manage files with http api, rpc call and ftp client. * [checksum](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5 and SHA256, for large files. * [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.