From 1edceddc71f225a85733f521ff34b28be42a468a Mon Sep 17 00:00:00 2001 From: akwanmaroso Date: Sat, 11 Jan 2025 10:10:10 +0800 Subject: [PATCH] fix: formatting --- cmd/serve_http.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/serve_http.go b/cmd/serve_http.go index 88eb5ae..bee7132 100644 --- a/cmd/serve_http.go +++ b/cmd/serve_http.go @@ -8,7 +8,6 @@ import ( "os/signal" "syscall" - muxHandlers "github.com/gorilla/handlers" "github.com/gorilla/mux" "github.com/hammer-code/lms-be/app"