From 1a3c7e3e174c5b79a2578e803b196293c7b872e8 Mon Sep 17 00:00:00 2001 From: amnabreu <125153073+amnabreu@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:02:16 +0500 Subject: [PATCH] Update main.go --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e68c662..a038749 100644 --- a/main.go +++ b/main.go @@ -26,6 +26,7 @@ import ( ) func main() { + // comment // comment log.Print("starting server...") http.HandleFunc("/", handler)