Some linting fixes
This commit is contained in:
@ -11,8 +11,7 @@ import (
|
||||
)
|
||||
|
||||
// TokenVerifier verifies Tokens
|
||||
type TokenVerifier struct {
|
||||
}
|
||||
type TokenVerifier struct{}
|
||||
|
||||
// Token contains everything to authenticate a user
|
||||
type Token struct {
|
||||
|
Reference in New Issue
Block a user