This commit is contained in:
yumaojun03 2026-02-08 09:08:13 +08:00
parent 34b21481e9
commit 676bd68412
4 changed files with 9 additions and 0 deletions

5
day05/README.md Normal file
View File

@ -0,0 +1,5 @@
# 循环语句以及Go语言接口
+ [循环语句](./loop/README.md)
+ [Go语言接口](./interface/README.md)
+ [业务异常](./business_error/README.md)

View File

@ -0,0 +1,2 @@
# 业务异常

View File

@ -0,0 +1 @@
# Go语言接口

1
day05/loop/README.md Normal file
View File

@ -0,0 +1 @@
# 循环语句