How to organize another domain?

Author: fsxchenCreated Oct 24, 2023Updated Nov 20, 2023

Hi,I think this is a good repo to study clean-arch, In this demo, It implements a specific domain(article),and in this article directory,It privodes usecase package。If I add another domain(such as author),then I have to package name usecase。So How do I solve this dilemma?

I'm a pythoner turned golang!This transition has been difficult for me.