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.
This commit is contained in:
孔令飞
2026-04-29 01:18:04 +08:00
committed by GitHub
parent 284b21dc70
commit a9d6fae701

View File

@@ -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`