mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-05-09 09:06:07 +00:00
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:
@@ -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
|
A Chinese post about Package-Oriented-Design guidelines and Architecture layer
|
||||||
* [面向包的设计和架构分层](https://github.com/danceyoung/paper-code/blob/master/package-oriented-design/packageorienteddesign.md)
|
* [面向包的设计和架构分层](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
|
## Go Directories
|
||||||
|
|
||||||
### `/cmd`
|
### `/cmd`
|
||||||
|
|||||||
Reference in New Issue
Block a user