From c655b10467290202c32460fcbe82ddb2c613d7ce Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 24 May 2020 18:39:32 +1200 Subject: [PATCH] projects: show total number in brackets --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a9c7b57..a40b98b 100644 --- a/main.go +++ b/main.go @@ -121,7 +121,7 @@ func (this *Application) Homepage(w http.ResponseWriter, r *http.Request) { -

Projects

+

Projects (`+fmt.Sprintf("%d", len(repos))+`)

`) for _, repo := range repos {