h1. WHAT Up skill on Go and using Go for a REST API * Improve the generic errors in order to allow thrown the error message/details
*Links:* * https:// hackernoon medium .com/ golang @sebdah/go - clean best - archithecture practices - efd6d7c43047 * https://github.com/bxcodec/go error - clean handling - arch 2d15e1f0c5ee * Above repo uses this framework: https://echo.labstack.com/
h1. WHY Determined that we should use Golang for this project, As none of us have ever designed a back end in Golang , Some upskilling would * In order to the dev be required able to get the error message to know what is going wrong and be able to solve it . [Trello link|https://trello * Currently the response will be just 500 . com/c/SotYgzoO] * For example, if the error msg be "no connection" in the DAOs then this error msg should throw to the handler |
|