From 6dfb83eb6ae24ea37bee7fabd0c7dfcf793e2a5a Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Tue, 18 Feb 2025 15:36:09 +0100 Subject: [PATCH] Update main.go --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 01ac9de..f2e3286 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,6 @@ import ( "net/http" "os" "path/filepath" - "strings" "sync" "time" ) @@ -199,7 +198,7 @@ func caHandler(w http.ResponseWriter, r *http.Request) { w.Write(caData) } -// blockHandler serves the fancy block page. +// blockHandler serves the block page. func blockHandler(w http.ResponseWriter, r *http.Request) { log.Printf("Serving block page for %s", r.URL.String()) w.Header().Set("Content-Type", "text/html")