DEV Community

Discussion on: Clean Architecture using Golang

Collapse
 
dzintars profile image
Dzintars Klavins

I thought that /api is for protobufs, swagger, etc. files and /pkg is for shared libraries.
Mostly seen that application logic is put into /internal.
What if i have 100 independent services in the same repository, does this example still apply? Will try to implement and see how it goes.
Tnx for the article.