From a9d6fae7015527b10550ebb6d6b71a71b1ef5ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=94=E4=BB=A4=E9=A3=9E?= Date: Wed, 29 Apr 2026 01:18:04 +0800 Subject: [PATCH] feat: add iam project example in /README.md (#193) 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 1529937..3113874 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,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`