From 4c8b8fa50f85ef1cba30125e4577473397375711 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Sat, 22 Nov 2025 15:20:54 +0300 Subject: [PATCH] Update main.go --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 2a7ab1e..6a4253b 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -65,7 +65,7 @@ func metricsHandler(w http.ResponseWriter, req *http.Request) { // helloHandler ... func helloHandler(w http.ResponseWriter, req *http.Request) { - w.Write([]byte("Test /hello location. ghjsagjgas g ahsgdfkhjgdf gahsdjk")) + w.Write([]byte("Test /hello location")) } // Metrics ...