()
| 280 | } |
| 281 | |
| 282 | func (this *CommonController) UserFans() { |
| 283 | this.getFansOrFollow(true) |
| 284 | } |
| 285 | |
| 286 | func (this *CommonController) getFansOrFollow(isGetFans bool) { |
| 287 | page, _ := this.GetInt("page", 1) |
nothing calls this directly
no test coverage detected