<p>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 <a href="https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services/blob/master/doc/architecture.png" rel="nofollow">CQRS and Event Sourcing architecture</a>. 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!</p>
<p><a href="https://github.com/sysco-middleware/commander" rel="nofollow">https://github.com/sysco-middleware/commander</a></p>
<hr/>**评论:**<br/><br/>aimof: <pre><p>I'm an novice, so I want to know an question for future use.</p>
<p>Why you separate commander and boilerplate as other repositories?</p>
<p>Recently, I often see `repo/cmd/foo` directory strucutre in some projects.</p></pre>Meqube: <pre><p>I wanted to separate them so the boilerplate is not fetched when including the dependency in your project.</p></pre>aimof: <pre><p>Thanks!</p></pre>
