Release v0.4.0
- Now you should add path params to endpoint path for example:
products/{id}
EndPoint(GET,` "/product/{id}", "product", Params(IntParam("id", true, "")), nil, models.Product{}, models.ErrorResponse{}, "", nil),
products/{id}
EndPoint(GET,` "/product/{id}", "product", Params(IntParam("id", true, "")), nil, models.Product{}, models.ErrorResponse{}, "", nil),