Finish feeds

This commit is contained in:
Unknown 2014-03-15 05:30:59 -04:00
parent 06deed820d
commit 4b8e888437
6 changed files with 44 additions and 24 deletions

View file

@ -97,7 +97,7 @@ func SignOutRequire() martini.Handler {
type FeedsForm struct {
UserId int64 `form:"userid" binding:"Required"`
Offset int64 `form:"offset"`
Page int64 `form:"p"`
}
type UpdateProfileForm struct {