Lint check adjustments.
This commit is contained in:
parent
0cb52b6e12
commit
1809b154e3
18 changed files with 120 additions and 92 deletions
|
|
@ -9,11 +9,11 @@ import (
|
|||
"github.com/mikestefanello/pagoda/msg"
|
||||
)
|
||||
|
||||
type VerifyEmail struct {
|
||||
type verifyEmail struct {
|
||||
controller.Controller
|
||||
}
|
||||
|
||||
func (c *VerifyEmail) Get(ctx echo.Context) error {
|
||||
func (c *verifyEmail) Get(ctx echo.Context) error {
|
||||
var usr *ent.User
|
||||
|
||||
// Validate the token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue