Skip to content

Commit b127999

Browse files
committed
Fix lint
1 parent 883ea95 commit b127999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/user/redirect.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ type Redirect struct {
3434
RedirectUserID int64 // userID to redirect to
3535
}
3636

37+
// TableName provides the real table name
3738
func (Redirect) TableName() string {
3839
return "user_redirect"
3940
}

0 commit comments

Comments
 (0)