From 73f991c55e27ade43a48e684a8764c05c84a179b Mon Sep 17 00:00:00 2001 From: esimov Date: Fri, 20 Apr 2018 11:03:12 +0300 Subject: [PATCH] Include readme --- README.md | 0 main.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/main.go b/main.go index 2d9da3f..80e9f0e 100644 --- a/main.go +++ b/main.go @@ -167,7 +167,7 @@ func process(input image.Image, done chan struct{}) bool { } bar := pb.StartNew(len(blocks)) - bar.Prefix("Generate: ") + bar.Prefix("Generate blocks: ") for _, block := range blocks { // Average RGB value.