From 2a9051d8e86b2c31ae1a03c318d4649db20359fe Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Date: Tue, 30 Jan 2024 17:09:02 +0100 Subject: [PATCH] remove fmt --- internal/grpc/interceptors/auth/auth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/grpc/interceptors/auth/auth.go b/internal/grpc/interceptors/auth/auth.go index ebf28fbc98..edda5b35b8 100644 --- a/internal/grpc/interceptors/auth/auth.go +++ b/internal/grpc/interceptors/auth/auth.go @@ -20,7 +20,6 @@ package auth import ( "context" - "fmt" "time" "github.com/bluele/gcache"