Hi, I am working on my first Open Source GO project and am looking for feedback. Commander is a library that helps you writing applications following the CQRS and Event Sourcing architecture. I am aiming to create a developer friendly library that gets you started quickly. Tests are still a WIP but hope to be finished with them soon. Many thanks!
https://github.com/sysco-middleware/commander
评论:
aimof:
Meqube:I'm an novice, so I want to know an question for future use.
Why you separate commander and boilerplate as other repositories?
Recently, I often see
repo/cmd/foo
directory strucutre in some projects.
aimof:I wanted to separate them so the boilerplate is not fetched when including the dependency in your project.
Thanks!
