dipeshdulal / clean-gin

Implementation of clean architecture in Go, Gin with dependency injection.
BSD Zero Clause License
445 stars 64 forks source link

Fixed transactions not being closed in database transaction middleware #40

Closed williamfinn closed 1 year ago

williamfinn commented 2 years ago

Responding with any http codes outside of 200, 201 and 500 would keep not close database transactions.

williamfinn commented 1 year ago

@dipeshdulal

dipeshdulal commented 1 year ago

Sorry for the delay. Thank you for PR.