Skip to content

Commit

Permalink
jwt: remove unused struct field in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Apr 2, 2021
1 parent 9ed61d2 commit fd10504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwt/internal/cmd/gentoken/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ type tokenType struct {
structName string
ifName string
pkg string
prefix string
claims []tokenField
}

Expand Down

0 comments on commit fd10504

Please sign in to comment.