From fe2391a14657c056c57b44a6c38fa0e5fdeded94 Mon Sep 17 00:00:00 2001 From: Mayank Raj <123984701+mayank-devtron@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:08:39 +0530 Subject: [PATCH] Update app.go --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index ed7af0a..5756044 100644 --- a/app.go +++ b/app.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" ) - +// test // func handler(w http.ResponseWriter, r *http.Request) { // fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:]) // }