jairogloz / go-l

A golang backend application to manage soccer tournaments/leagues.
18 stars 15 forks source link

Delete Tournament full flow #46

Closed jairogloz closed 4 months ago

jairogloz commented 5 months ago

This task consists of implementing the delete Tournament complete flow, on three layers:

Take the DeletePlayer flow as reference. All your code MUST include function comments.

Feel free to ask any question before beginning.