From 327b1cc5a4b8912710b1d981279fb1aacc2d2e87 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 23 Jan 2026 17:55:56 -0500 Subject: [PATCH] Add strings import for getToken --- cmd/server/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/server/main.go b/cmd/server/main.go index 733d6b9..97f6651 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -6,6 +6,7 @@ import ( "bytes" "log" "net/http" + "strings" "github.com/go-playground/validator/v10" jwtgo "github.com/golang-jwt/jwt"