From 01e2d404fbbcc5bf2de4874cc836d4bd7dcadd64 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sat, 12 Jul 2025 14:59:09 -0500 Subject: [PATCH] refactor(backend): change to just get a version bump --- backend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.go b/backend/main.go index 234be66..613b7cb 100644 --- a/backend/main.go +++ b/backend/main.go @@ -8,7 +8,7 @@ import ( ) func main() { - fmt.Println("Welcome to lst backend where all the fun happens.") + fmt.Println("Welcome to lst backend where all the fun happens") r := gin.Default() r.GET("/", errorLoc)