File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ go build -o server.exe cmd/api/main.go
4040启动服务器后,访问以下地址:
4141
4242- ** 🏠 主页** : http://localhost:8080
43- - ** 📝 每日练习** : http://localhost:8080/exercises
43+ - ** 📝 每日练习** : http://localhost:8080/exercises ( [ 练习计划详情 ] ( ./exercises/README.md ) )
4444- ** 🔧 基础模块** : http://localhost:8080/gobase
4545- ** 💚 健康检查** : http://localhost:8080/health
4646
@@ -126,9 +126,16 @@ go build -o server.exe cmd/api/main.go
1261268 . ** 高级特性** - 性能优化和设计模式
127127
128128### 第三阶段:实践练习 (exercises目录)
129- - ** 6周练习计划** - 每日一练,循序渐进
129+ - ** 6周练习计划** - 每日一练,循序渐进 📋 [ 详细练习计划 ] ( ./exercises/README.md )
130130- ** 项目实战** - 结合所学知识构建完整项目
131131
132+ #### 📅 练习计划概览
133+ - ** 第1-2周** : Go语言基础入门和核心概念
134+ - ** 第3-4周** : HTTP和Web开发、数据库操作
135+ - ** 第5-6周** : 项目实战和部署优化
136+
137+ > 💡 ** 提示** : 点击 [ 练习计划详情] ( ./exercises/README.md ) 查看完整的42天学习安排
138+
132139---
133140
134141## 🔧 功能特性
@@ -146,10 +153,11 @@ go build -o server.exe cmd/api/main.go
146153- 🛠️ ** 实用工具函数** - 可直接在项目中使用
147154
148155### 练习系统
149- - 📅 ** 6周学习计划** - 科学安排学习进度
156+ - 📅 ** 6周学习计划** - 科学安排学习进度 ( [ 查看详细计划 ] ( ./exercises/README.md ) )
150157- 🎯 ** 循序渐进** - 从简单到复杂,逐步提升
151158- 💻 ** 命令行运行** - 支持直接运行练习代码
152159- 🌐 ** Web端查看** - 在浏览器中查看源代码
160+ - 📋 ** 42天练习** - 每日一练,持续学习
153161
154162---
155163
You can’t perform that action at this time.
0 commit comments