Remove Comment

This commit is contained in:
Ben Toogood 2020-04-29 09:22:15 +01:00
parent 669364985e
commit 7e27c97c6c

View File

@ -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