From 5614e8b67613f784625c62ea71cae8dbd231536c Mon Sep 17 00:00:00 2001 From: yumaojun03 <719118794@qq.com> Date: Sun, 25 Jan 2026 09:11:18 +0800 Subject: [PATCH] =?UTF-8?q?```=20docs(struct):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=BD=93=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了day02/struct/README.md中的结构体介绍文档内容, 包括结构体定义、指针数组等相关说明和配图。 fix(homework): 更新作业提交链接 添加了新的学生作业提交链接到homework.md文件中, 包括小张、魏和杰三位同学的Gitee仓库地址。 ``` --- {day02 => day03}/struct/README.md | 0 {day02 => day03}/struct/image.png | Bin homework.md | 5 ++++- 3 files changed, 4 insertions(+), 1 deletion(-) rename {day02 => day03}/struct/README.md (100%) rename {day02 => day03}/struct/image.png (100%) diff --git a/day02/struct/README.md b/day03/struct/README.md similarity index 100% rename from day02/struct/README.md rename to day03/struct/README.md diff --git a/day02/struct/image.png b/day03/struct/image.png similarity index 100% rename from day02/struct/image.png rename to day03/struct/image.png diff --git a/homework.md b/homework.md index d8a6a4e..72a4d8c 100644 --- a/homework.md +++ b/homework.md @@ -4,5 +4,8 @@ 可以选择用(https://gitee.com/) - ++ [小张](https://gitee.com/iszhanglb/go_homework.git) ++ [魏](https://gitee.com/oakcasket/go_practise) ++ [杰](https://gitee.com/wang-shanjie/classwork) ++ [zhi](https://gitee.com/lai-zhiyong/go20)