From b07c33e5a33d5de28145ce82229cca657a6646e1 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sat, 12 Jul 2025 16:49:51 -0500 Subject: [PATCH] refactor(backend): just a change for this commit stuff --- backend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.go b/backend/main.go index 613b7cb..234be66 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)