Merge pull request #81 from svc-design/svc-design-patch-1

Update Readme.md
This commit is contained in:
shenlan 2025-05-19 13:15:16 +08:00 committed by GitHub
commit 230a43e011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
```
PulumiGo/
├── cmd/ # Cobra 命令模块
│ ├── root.go # 注册所有命令和全局参数
@ -22,6 +23,7 @@ PulumiGo/
├── go.sum # Go 依赖锁定文件
├── Makefile # 构建 & 调试命令
└── README.md # 项目说明
```
# 设计理念