Repository for CRUD operations using GO and Beego
GET /api/v1/userGets All UsersPOST /api/v1/userAdds a new userPUT /api/v1/userUpdates an existing userGET /api/v1/user/:idGets an existing user with given idDELETE /api/v1/user/:idDeletes an existing user with given id