From 5bd5e0a827a7b97938f21ef004e0805dc3ad76fd Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 24 Mar 2014 18:23:34 +0400 Subject: [PATCH] Style fix. --- utils/human.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/human.go b/utils/human.go index b5ef2724..8f2eeaff 100644 --- a/utils/human.go +++ b/utils/human.go @@ -4,7 +4,7 @@ import ( "fmt" ) -// Convert bytes to human readable string +// HumanBytes converts bytes to human readable string func HumanBytes(i int64) (result string) { switch { case i > (512 * 1024 * 1024 * 1024):