Skip to content

Commit

Permalink
docs: add wechat qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcn authored Aug 17, 2023
1 parent 412ecc1 commit 90e70d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Nunu是一个基于Golang的应用脚手架,它的名字来自于英雄联盟
* **模块化和可扩展**:Nunu旨在具有模块化和可扩展性。您可以通过使用第三方库或编写自己的模块轻松添加新功能和功能。
* **文档完善和测试完备**:Nunu文档完善,测试完备。它提供了全面的文档和示例,帮助您快速入门。它还包括一套测试套件,确保您的应用程序按预期工作。

## 交流群组

微信入群,请备注Nunu

![Nunu Layout](https://github.com/go-nunu/nunu/blob/main/.github/assets/qrcode.jpg)

## 简洁分层架构
Nunu采用了经典的分层架构。同时,为了更好地实现模块化和解耦,采用了依赖注入框架`Wire`

Expand Down Expand Up @@ -253,4 +259,4 @@ nunu wire

## 许可证

Nunu是根据MIT许可证发布的。有关更多信息,请参见[LICENSE](LICENSE)文件。
Nunu是根据MIT许可证发布的。有关更多信息,请参见[LICENSE](LICENSE)文件。

0 comments on commit 90e70d4

Please sign in to comment.