Some linting fixes

This commit is contained in:
2022-02-19 21:53:30 +00:00
parent 1a19d3a197
commit 02ba80a555
6 changed files with 17 additions and 19 deletions

View File

@ -11,8 +11,7 @@ import (
)
// TokenVerifier verifies Tokens
type TokenVerifier struct {
}
type TokenVerifier struct{}
// Token contains everything to authenticate a user
type Token struct {