From ad7dd8cb8aea14dbcfa618d9649954bf03c394f6 Mon Sep 17 00:00:00 2001 From: Preetinder Singh <132475572+PreetinderSinghBadesha@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:09:58 +0530 Subject: [PATCH] Update main.go --- backend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.go b/backend/main.go index 0907fcf..0484efa 100644 --- a/backend/main.go +++ b/backend/main.go @@ -5,7 +5,7 @@ import ( "fmt" "net/http" "os" - + auth "github.com/MicrosoftStudentChapter/Link-Generator/pkg/auth" router "github.com/MicrosoftStudentChapter/Link-Generator/pkg/router" "github.com/gorilla/mux" "github.com/redis/go-redis/v9"