From 914be83c6066ffb8103707528f8e8279df97bf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 9 Jan 2022 00:22:04 +0100 Subject: Fix comment --- internal/feed/template/funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/feed/template/funcs.go b/internal/feed/template/funcs.go index 300b9ca..30a2975 100644 --- a/internal/feed/template/funcs.go +++ b/internal/feed/template/funcs.go @@ -37,7 +37,7 @@ func lastUrlPart(url string) string { // byteCount receives an integer as a string, that is interpreted as a size in bytes. // This size is then equipped with the corresponding unit: -// +// 1023 --> 1023 B; 1024 --> 1.0 KB; ... func byteCount(str string) string { var b uint64 if str != "" { -- cgit v1.2.3