Files
go-basics/stage07-error-handling/README.md
T

9 lines
198 B
Markdown
Raw Normal View History

2026-03-13 23:54:07 +08:00
# Stage 07 - 错误处理
学习Go的错误处理机制。
## 练习列表
1. **01-error-interface** - error接口
2. **02-custom-errors** - 自定义错误
3. **03-panic-recover** - 异常处理