From 7e27c97c6cae8f966aba25bba567476d2459dc49 Mon Sep 17 00:00:00 2001 From: Ben Toogood Date: Wed, 29 Apr 2020 09:22:15 +0100 Subject: [PATCH] Remove Comment --- auth/jwt/jwt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/jwt/jwt.go b/auth/jwt/jwt.go index 9eb7b864..3854391d 100644 --- a/auth/jwt/jwt.go +++ b/auth/jwt/jwt.go @@ -15,7 +15,6 @@ func NewAuth(opts ...auth.Option) auth.Auth { return j } -// jwt is the service implementation of the Auth interface type jwt struct { options auth.Options jwt token.Provider