From ef396af48034434456d45ef6b97c5fcf346cab4e Mon Sep 17 00:00:00 2001 From: hwinkel Date: Wed, 22 Oct 2025 19:37:42 +0200 Subject: [PATCH] ADD: added comment --- backend/cmd/server/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/cmd/server/main.go b/backend/cmd/server/main.go index 2a5c6b4..fac5adb 100644 --- a/backend/cmd/server/main.go +++ b/backend/cmd/server/main.go @@ -11,6 +11,9 @@ import ( "github.com/gin-gonic/gin" ) +/** +* @brief Main function to start the server + */ func main() { var host = "localhost"