DEV Community

Discussion on: Dive to Clean Architecture with Golang

Collapse
 
mabebrahimi profile image
Ali Ebrahimi

Hi
Why is the logger interface in usecase directory and not in the interface directory?

Collapse
 
bmf_san profile image
Kenta Takeuchi

Oh, logger's interface should be in the interface directory instead of usecase.
Thank you for pointing out. :D