From f4441da80d54b4c06eb0e3669bbfd259e3237bad Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Mon, 20 May 2019 22:29:52 +1000 Subject: [PATCH] message digest for large files (#2527) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18b4bcc2..363731c5 100644 --- a/README.md +++ b/README.md @@ -614,6 +614,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. +* [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. * [go-decent-copy](https://github.com/hugocarreira/go-decent-copy) - Copy files for humans.