From 2e7d72b0222856c062f8fe2a7d7f3bf0596aef92 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 12 Feb 2024 17:23:42 +0100 Subject: [PATCH] Typo --- backend/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cmd/main.go b/backend/cmd/main.go index 48d9a32..1e0e21c 100644 --- a/backend/cmd/main.go +++ b/backend/cmd/main.go @@ -26,7 +26,7 @@ func main() { // Start the server on port 8080 println("Currently listening on http://localhost:8080") println("Visit http://localhost:8080/hello to see the handler in action") - printlm("Press Ctrl+C to stop the server") + println("Press Ctrl+C to stop the server") err := http.ListenAndServe(":8080", nil) if err != nil { panic(err)