Clean Architecture design pattern examples?

blov · · 446 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Any suggestions on github repositories implementing the clean architecture design pattern in Go? I am curious about the folder structure as well as the design implementations for domain, repo, service, and infrastructure components in idiomatic Go.</p> <hr/>**评论:**<br/><br/>CaptaincCodeman: <pre><p>Here&#39;s my implementation: <a href="https://github.com/CaptainCodeman/clean-go">https://github.com/CaptainCodeman/clean-go</a></p></pre>ChristophBerger: <pre><p>An article on applying the Clean Architecture to Go:</p> <p><a href="http://manuel.kiessling.net/2012/09/28/applying-the-clean-architecture-to-go-applications/">http://manuel.kiessling.net/2012/09/28/applying-the-clean-architecture-to-go-applications/</a></p> <p>A bit dated and quite long but I think it still can give valuable insights.</p> <p>EDIT: Just found the same link in the Readme of CaptainCodeman&#39;s clean-go!</p></pre>egonelbre: <pre><p>See <a href="https://github.com/marcusolsson/goddd">Go DDD</a> by Marcus Olsson.</p></pre>vruin: <pre><p>And his fantastic talk at GolangUK <a href="https://www.youtube.com/watch?v=twcDf_Y2gXY" rel="nofollow">https://www.youtube.com/watch?v=twcDf_Y2gXY</a></p></pre>eoin_ahern: <pre><p>nice</p></pre>flippeeer: <pre><p><a href="https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1" rel="nofollow">https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1</a></p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

446 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传