第十章修改 (#840)

Co-authored-by: Joe Chen <jc@unknwon.io>
This commit is contained in:
Haigang Zhou
2022-05-11 22:58:19 +08:00
committed by GitHub
parent 471d59af32
commit d3979794f4
9 changed files with 108 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
# 10.3 使用自定义包中的结构体
下面的例子中main.go 使用了一个结构体,它来自 struct_pack 下的包 structPack。
下面的例子中main.go 使用了一个结构体,它来自 struct_pack 下的包 `structPack`
示例 10.5 [structPack.go](examples/chapter_10/struct_pack/structPack.go)