The code located in here is causing the below error while getting the users followers and following list by using the Next() method.
json: cannot unmarshal number into Go struct field Users.next_max_id of type string
Please see a part of the followers response below:
"big_list": false, "next_max_id": null, "page_size": 200, "status": "ok"
and a part of the following response below:
"big_list": true, "next_max_id": 50, "page_size": 200, "status": "ok"