From 08c29dbdb4cf5e8967374cd4bc799cbe9f862a7d Mon Sep 17 00:00:00 2001 From: Lingfei Kong Date: Sat, 3 Sep 2022 14:59:09 +0800 Subject: [PATCH] feat: add iam project example in /README.md Add iam project example in /README.md. iam is a popular project which strictly follows the project-layout's project specification. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3727c11a..a5820553 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ More about naming and organizing packages as well as other code structure recomm A Chinese Post about Package-Oriented-Design guidelines and Architecture layer * [面向包的设计和架构分层](https://github.com/danceyoung/paper-code/blob/master/package-oriented-design/packageorienteddesign.md) +Here is a popular open source project that strictly follows the project-layout's project specification for your reference: [iam](https://github.com/marmotedu/iam). + ## Go Directories ### `/cmd`