update readme.md

This commit is contained in:
sunface
2022-02-27 20:34:54 +08:00
parent 17f94a2a22
commit 209f748a68
4 changed files with 6 additions and 8 deletions

View File

@ -13,7 +13,7 @@
- [复合类型 doing](compound-types/intro.md)
- [字符串](compound-types/string.md)
- [数组](compound-types/array.md)
- [切片 undo](compound-types/slice.md)
- [切片](compound-types/slice.md)
- [元组 undo](compound-types/tuple.md)
- [结构体 undo](compound-types/struct.md)
- [枚举 undo](compound-types/enum.md)