evrone / go-clean-template

Clean Architecture template for Golang services
MIT License
6.23k stars 522 forks source link

context gets overridden in the postgres useCase #166

Open paddie opened 1 year ago

paddie commented 1 year ago

https://github.com/evrone/go-clean-template/blob/master/internal/usecase/translation.go#L41

should this not inherit the context from the arguments?