Files
the-way-to-go_ZH_CN/eBook/examples/chapter_10/struct_pack/structPack.go

7 lines
68 B
Go

package structPack
type ExpStruct struct {
Mi1 int
Mf1 float32
}