Count方法

统计数据使用Count方法,Count方法的参数为struct的指针并且成为查询条件。

  1. user := new(User)
  2. total, err := engine.Where("id >?", 1).Count(user)