Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@anilsenay anilsenay released this 22 Nov 15:28
· 22 commits to master since this release
332c097
  • 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),