From 1a9455a507d2fbd136885f46e990ed4263ff5e7b Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Sat, 22 Nov 2025 01:12:18 +0300 Subject: [PATCH] Update --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index e8120ac..314bb41 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("Hello!!!")) + w.Write([]byte("Hello!")) } // Metrics ...