mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:21:38 +08:00
update book code
This commit is contained in:
6
eBook/examples/chapter_10/struct_pack/structPack.go
Normal file
6
eBook/examples/chapter_10/struct_pack/structPack.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package structPack
|
||||
|
||||
type ExpStruct struct {
|
||||
Mi1 int
|
||||
Mf1 float32
|
||||
}
|
Reference in New Issue
Block a user